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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250919082919.19864-1-robert.marko@sartura.hr>
Date: Fri, 19 Sep 2025 10:28:38 +0200
From: Robert Marko <robert.marko@...tura.hr>
To: p.zabel@...gutronix.de,
	robh@...nel.org,
	krzk+dt@...nel.org,
	conor+dt@...nel.org,
	steen.hegelund@...rochip.com,
	lars.povlsen@...rochip.com,
	devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	daniel.machon@...rochip.com
Cc: luka.perkov@...tura.hr,
	benjamin.ryzman@...onical.com,
	Robert Marko <robert.marko@...tura.hr>
Subject: [PATCH v2 1/2] dt-bindings: reset: microchip: Add LAN969x support

LAN969x also uses the Microchip reset driver, it reuses the LAN966x
support so use a fallback compatible.

Signed-off-by: Robert Marko <robert.marko@...tura.hr>
---
Changes in v2:
* Use a fallback compatible

 .../devicetree/bindings/reset/microchip,rst.yaml      | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/reset/microchip,rst.yaml b/Documentation/devicetree/bindings/reset/microchip,rst.yaml
index f2da0693b05a..12a3b04fc8ed 100644
--- a/Documentation/devicetree/bindings/reset/microchip,rst.yaml
+++ b/Documentation/devicetree/bindings/reset/microchip,rst.yaml
@@ -20,9 +20,14 @@ properties:
     pattern: "^reset-controller@[0-9a-f]+$"
 
   compatible:
-    enum:
-      - microchip,sparx5-switch-reset
-      - microchip,lan966x-switch-reset
+    oneOf:
+      - enum:
+        - microchip,sparx5-switch-reset
+        - microchip,lan966x-switch-reset
+      - items:
+        - enum:
+          - microchip,lan9691-switch-reset
+        - const: microchip,lan966x-switch-reset
 
   reg:
     items:
-- 
2.51.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ