On Thu, Feb 20, 2025 at 03:25:27PM -0800, Wilson Ding wrote: > Add the reset controller node as a sub-node to the system controller > node. > > Signed-off-by: Wilson Ding <dingwei@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi > index 161beec0b6b0..4cd900c02b3b 100644 > --- a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi > @@ -273,6 +273,12 @@ CP11X_LABEL(gpio2): gpio@140 { > <&CP11X_LABEL(clk) 1 17>; > status = "disabled"; > }; > + > + CP11X_LABEL(unit_swrst): reset-controller@268 { Test your patches before posting. You have here warnings - see W=1. Best regards, Krzysztof