Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Stephen Boyd
4b44521c c64daf36

+4
+4
Documentation/devicetree/bindings/clock/sifive/fu740-prci.yaml
··· 42 42 "#clock-cells": 43 43 const: 1 44 44 45 + "#reset-cells": 46 + const: 1 47 + 45 48 required: 46 49 - compatible 47 50 - reg ··· 60 57 reg = <0x10000000 0x1000>; 61 58 clocks = <&hfclk>, <&rtcclk>; 62 59 #clock-cells = <1>; 60 + #reset-cells = <1>; 63 61 };