dt-bingings:reset:jh7110: Add isp/vout reg reset node.
[platform/kernel/linux-starfive.git] / Documentation / devicetree / bindings / reset / starfive,jh7110.yaml
index 3ad6db0..23d01da 100644 (file)
@@ -15,7 +15,7 @@ properties:
       - starfive,jh7110-reset
 
   reg:
-    maxItems: 3
+    maxItems: 5
 
   "#reset-cells":
     const: 1
@@ -33,8 +33,10 @@ examples:
         compatible = "starfive,jh7110-reset";
         reg = <0x0 0x13020000 0x0 0x10000>,
               <0x0 0x10230000 0x0 0x10000>,
-              <0x0 0x17000000 0x0 0x10000>;
-        reg-names = "syscrg", "stgcrg", "aoncrg";
+              <0x0 0x17000000 0x0 0x10000>,
+              <0x0 0x19810000 0x0 0x10000>,
+              <0x0 0x295C0000 0x0 0x10000>;
+        reg-names = "syscrg", "stgcrg", "aoncrg", "ispcrg", "voutcrg";
         #reset-cells = <1>;
     };
 ...