Add syscon compatibility to the RZ/V2H(P) system controller node to enable it to be used as a generic system controller. Signed-off-by: John Madieu <john.madieu.xa@xxxxxxxxxxxxxx> --- arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/r9a09g057.dtsi b/arch/arm64/boot/dts/renesas/r9a09g057.dtsi index 1c550b22b164..1288503ba444 100644 --- a/arch/arm64/boot/dts/renesas/r9a09g057.dtsi +++ b/arch/arm64/boot/dts/renesas/r9a09g057.dtsi @@ -245,7 +245,7 @@ cpg: clock-controller@10420000 { }; sys: system-controller@10430000 { - compatible = "renesas,r9a09g057-sys"; + compatible = "renesas,r9a09g057-sys", "syscon"; reg = <0 0x10430000 0 0x10000>; clocks = <&cpg CPG_CORE R9A09G057_SYS_0_PCLK>; resets = <&cpg 0x30>; -- 2.25.1