lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250917071342.5637-1-ravi.patel@samsung.com>
Date: Wed, 17 Sep 2025 12:43:42 +0530
From: Ravi Patel <ravi.patel@...sung.com>
To: gregkh@...uxfoundation.org, jirislaby@...nel.org, robh@...nel.org,
	krzk+dt@...nel.org, conor+dt@...nel.org, krzk@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org,
	devicetree@...r.kernel.org, ksk4725@...sia.com, pjsin865@...sia.com,
	gwk1013@...sia.com, bread@...sia.com, jspark@...sia.com,
	limjh0823@...sia.com, lightwise@...sia.com, hgkim05@...sia.com,
	mingyoungbo@...sia.com, smn1196@...sia.com, shradha.t@...sung.com,
	swathi.ks@...sung.com, kenkim@...sia.com, Ravi Patel
	<ravi.patel@...sung.com>
Subject: [PATCH] dt-bindings: serial: samsung: Add compatible for ARTPEC-9
 SoC

Add Axis ARTPEC-9 uart compatible to the bindings documentation.
It is similar to the older samsung,exynos8895-uart design.

Signed-off-by: Ravi Patel <ravi.patel@...sung.com>
---
 Documentation/devicetree/bindings/serial/samsung_uart.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
index 1a1f991d5364..3895049c954c 100644
--- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml
+++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
@@ -48,6 +48,7 @@ properties:
           - const: samsung,exynos850-uart
       - items:
           - enum:
+              - axis,artpec9-uart
               - samsung,exynos7870-uart
           - const: samsung,exynos8895-uart

@@ -168,6 +169,7 @@ allOf:
         compatible:
           contains:
             enum:
+              - axis,artpec9-uart
               - google,gs101-uart
               - samsung,exynos8895-uart
     then:
--
2.17.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ