Skip to content

Commit 4b44521

Browse files
krzkbebarino
authored andcommitted
dt-bindings: clock: fu740-prci: add reset-cells
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]>
1 parent c64daf3 commit 4b44521

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/clock/sifive/fu740-prci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ properties:
4242
"#clock-cells":
4343
const: 1
4444

45+
"#reset-cells":
46+
const: 1
47+
4548
required:
4649
- compatible
4750
- reg
@@ -57,4 +60,5 @@ examples:
5760
reg = <0x10000000 0x1000>;
5861
clocks = <&hfclk>, <&rtcclk>;
5962
#clock-cells = <1>;
63+
#reset-cells = <1>;
6064
};

0 commit comments

Comments
 (0)