Re: [PATCH] dt-bindings: clock: fu740-prci: add reset-cells
From: Heiko Stübner <heiko@sntech.de>
Date: 2021-10-08 10:02:16
Also in:
linux-clk, linux-riscv, lkml
From: Heiko Stübner <heiko@sntech.de>
Date: 2021-10-08 10:02:16
Also in:
linux-clk, linux-riscv, lkml
Am Freitag, 8. Oktober 2021, 03:29:17 CEST schrieb Palmer Dabbelt:
On Thu, 23 Sep 2021 09:59:32 PDT (-0700), robh@kernel.org wrote:quoted
On Mon, 20 Sep 2021 16:49:44 +0200, Krzysztof Kozlowski wrote:quoted
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 <redacted> --- .../devicetree/bindings/clock/sifive/fu740-prci.yaml | 4 ++++ 1 file changed, 4 insertions(+)Reviewed-by: Rob Herring <robh@kernel.org>Acked-by: Palmer Dabbelt <redacted> For some reason I thought these went through your tree, LMK if you were planning on having me take it through mine.
Normally both driver + binding patches go through the driver-tree and actual dts changes through the tree carrying the dts files. So for a clock-patch this should be the clock-tree aka Mike Turquette and Stephen Boyd - already in Cc of original patch, so I'd assume they'll pick it up. Heiko