On 10/11/2022 17:21, Biju Das wrote: > Add system configuration node to RZ/V2M SoC dtsi. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > v2: > * New patch > --- > arch/arm64/boot/dts/renesas/r9a09g011.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r9a09g011.dtsi b/arch/arm64/boot/dts/renesas/r9a09g011.dtsi > index 7b949e40745a..07164d9e4a0f 100644 > --- a/arch/arm64/boot/dts/renesas/r9a09g011.dtsi > +++ b/arch/arm64/boot/dts/renesas/r9a09g011.dtsi > @@ -130,6 +130,12 @@ cpg: clock-controller@a3500000 { > #power-domain-cells = <0>; > }; > > + sysc: system-configuration@a3f03000 { > + compatible = "renesas,r9a09g011-sys"; > + reg = <0 0xa3f03000 0 0x400>; > + status = "disabled"; Why disabled? You do not have any other resources needed. This is odd. Best regards, Krzysztof