[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220211071403.56146-1-christian.gmeiner@gmail.com>
Date: Fri, 11 Feb 2022 08:13:58 +0100
From: Christian Gmeiner <christian.gmeiner@...il.com>
To: linux-kernel@...r.kernel.org
Cc: nm@...com, hnagalla@...com,
Christian Gmeiner <christian.gmeiner@...il.com>,
Vignesh Raghavendra <vigneshr@...com>,
Tero Kristo <kristo@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org
Subject: [PATCH] arm64: dts: ti: k3-am64-main: Add ESM0 bus mapping
As the kernel repository is the source for dtsi files for other
projects like U-Boot it makes sense to add the ESM0 bus mapping,
even no Linux driver needs it (yet).
Signed-off-by: Christian Gmeiner <christian.gmeiner@...il.com>
---
arch/arm64/boot/dts/ti/k3-am64.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am64.dtsi b/arch/arm64/boot/dts/ti/k3-am64.dtsi
index 84bd07cd1824..09ff14643ee6 100644
--- a/arch/arm64/boot/dts/ti/k3-am64.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am64.dtsi
@@ -66,6 +66,7 @@ cbass_main: bus@...00 {
#address-cells = <2>;
#size-cells = <2>;
ranges = <0x00 0x000f4000 0x00 0x000f4000 0x00 0x000002d0>, /* PINCTRL */
+ <0x00 0x00420000 0x00 0x00420000 0x00 0x00001000>, /* ESM0 */
<0x00 0x00600000 0x00 0x00600000 0x00 0x00001100>, /* GPIO */
<0x00 0x00a40000 0x00 0x00a40000 0x00 0x00000800>, /* Timesync router */
<0x00 0x01000000 0x00 0x01000000 0x00 0x02330400>, /* First peripheral window */
--
2.34.1
Powered by blists - more mailing lists