]> Git Repo - linux.git/commitdiff
dt-bindings: watchdog: Add support for Amlogic C3 and S4 SoCs
authorHuqiang Qin <[email protected]>
Fri, 27 Oct 2023 10:43:56 +0000 (18:43 +0800)
committerWim Van Sebroeck <[email protected]>
Sun, 29 Oct 2023 18:45:12 +0000 (19:45 +0100)
Update dt-binding document for watchdog of Amlogic C3 and S4 SoCs.

Signed-off-by: Huqiang Qin <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
Documentation/devicetree/bindings/watchdog/amlogic,meson-gxbb-wdt.yaml

index 443e2e7ab4676edef94c94dce01f570a6eadb7aa..69845ec32e818bbd9ba43048c7a84fcafcbd49e0 100644 (file)
@@ -15,9 +15,15 @@ allOf:
 
 properties:
   compatible:
-    enum:
-      - amlogic,meson-gxbb-wdt
-      - amlogic,t7-wdt
+    oneOf:
+      - enum:
+          - amlogic,meson-gxbb-wdt
+          - amlogic,t7-wdt
+      - items:
+          - enum:
+              - amlogic,c3-wdt
+              - amlogic,s4-wdt
+          - const: amlogic,t7-wdt
 
   reg:
     maxItems: 1
This page took 0.062833 seconds and 4 git commands to generate.