dt-bindings: clock: fu740-prci: add reset-cells
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / clock / sifive / fu740-prci.yaml
index e17143c..252085a 100644 (file)
@@ -42,6 +42,9 @@ properties:
   "#clock-cells":
     const: 1
 
+  "#reset-cells":
+    const: 1
+
 required:
   - compatible
   - reg
@@ -57,4 +60,5 @@ examples:
       reg = <0x10000000 0x1000>;
       clocks = <&hfclk>, <&rtcclk>;
       #clock-cells = <1>;
+      #reset-cells = <1>;
     };