[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241206212559.192705-6-john.madieu.xa@bp.renesas.com>
Date: Fri, 6 Dec 2024 22:25:59 +0100
From: John Madieu <john.madieu.xa@...renesas.com>
To: Geert Uytterhoeven <geert+renesas@...der.be>,
Magnus Damm <magnus.damm@...il.com>,
Rob Herring <robh@...nel.org>,
Biju Das <biju.das.jz@...renesas.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
Cc: john.madieu@...il.com,
linux-renesas-soc@...r.kernel.org,
linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org,
John Madieu <john.madieu.xa@...renesas.com>
Subject: [PATCH 5/5] arm64: dts: renesas: r9a09g057: Add syscon compatibility to sys node
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@...renesas.com>
---
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@...20000 {
};
sys: system-controller@...30000 {
- 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
Powered by blists - more mailing lists