[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250818162859.9661-5-john.madieu.xa@bp.renesas.com>
Date: Mon, 18 Aug 2025 18:28:50 +0200
From: John Madieu <john.madieu.xa@...renesas.com>
To: geert+renesas@...der.be,
magnus.damm@...il.com,
mturquette@...libre.com,
sboyd@...nel.org,
rafael@...nel.org,
daniel.lezcano@...aro.org,
rui.zhang@...el.com,
lukasz.luba@....com,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
p.zabel@...gutronix.de,
catalin.marinas@....com,
will@...nel.org
Cc: john.madieu@...il.com,
linux-renesas-soc@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org,
devicetree@...r.kernel.org,
biju.das.jz@...renesas.com,
linux-arm-kernel@...ts.infradead.org,
John Madieu <john.madieu.xa@...renesas.com>
Subject: [PATCH v7 4/6] arm64: dts: renesas: r9a09g047: Add #address-cells property in sys node
A couple of registers of the system controller (sys) are shared with the TSU
device. Add #address-cells property to sys node to allow proper parsing a
access to these registers from the TSU driver.
Signed-off-by: John Madieu <john.madieu.xa@...renesas.com>
---
Changes:
- v7: new patch: as sys specifier has changed for TSU node, add this patch
to specify #address-cells.
arch/arm64/boot/dts/renesas/r9a09g047.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/renesas/r9a09g047.dtsi b/arch/arm64/boot/dts/renesas/r9a09g047.dtsi
index e4fac7e0d764..7cbba492edd5 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g047.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a09g047.dtsi
@@ -278,6 +278,7 @@ sys: system-controller@...30000 {
reg = <0 0x10430000 0 0x10000>;
clocks = <&cpg CPG_CORE R9A09G047_SYS_0_PCLK>;
resets = <&cpg 0x30>;
+ #address-cells = <1>;
};
xspi: spi@...30000 {
--
2.25.1
Powered by blists - more mailing lists