]> Git Repo - J-linux.git/commitdiff
dt-bindings: clock: fu740-prci: add reset-cells
authorKrzysztof Kozlowski <[email protected]>
Mon, 20 Sep 2021 14:49:44 +0000 (16:49 +0200)
committerStephen Boyd <[email protected]>
Tue, 2 Nov 2021 21:39:56 +0000 (14:39 -0700)
The SiFive FU740 Power Reset Clock Interrupt Controller is a reset line
provider so add respective reset-cells property to fix:

  arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dt.yaml: clock-controller@10000000:
    '#reset-cells' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Rob Herring <[email protected]>
Acked-by: Palmer Dabbelt <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Documentation/devicetree/bindings/clock/sifive/fu740-prci.yaml

index e17143cac316fa907d930cf2612e95c301be1b7f..252085a0cf65e5d4f82dbd957d0baea6e71192ff 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>;
     };
This page took 0.053142 seconds and 4 git commands to generate.