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 <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20210920144944.162431-1-krzysztof.kozlowski@canonical.com Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Palmer Dabbelt <palmerdabbelt@google.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent c64daf3 commit 4b44521

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)