dt-bingings:reset:jh7110: Add isp/vout reg reset node.
authorsamin <samin.guo@starfivetech.com>
Wed, 5 Jan 2022 06:43:19 +0000 (14:43 +0800)
committersamin <samin.guo@starfivetech.com>
Wed, 5 Jan 2022 07:50:24 +0000 (15:50 +0800)
Add isp/vout reg reset node for jh7110.

Signed-off-by: samin <samin.guo@starfivetech.com>
Documentation/devicetree/bindings/reset/starfive,jh7110.yaml
arch/riscv/boot/dts/starfive/starfive_jh7110.dts

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>;
     };
 ...
index f3ba3e6..151e02e 100755 (executable)
                        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>;
                        status = "okay";
                };