public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] arm64: dts: ti: k3-j7200: Add chipid node to wkup_conf bus
@ 2023-11-17 14:09 Andrew Davis
  2023-11-17 14:09 ` [PATCH 2/5] arm64: dts: ti: k3-j784s4: " Andrew Davis
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andrew Davis @ 2023-11-17 14:09 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-arm-kernel
  Cc: devicetree, linux-kernel, Andrew Davis

Like in other K3 SoCs the chipid register is inside the wakeup
configuration space. Move the chipid node under a new bus to
better represent this topology and match other similar SoCs.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
index 3fc588b848c61..672cb2acc1be9 100644
--- a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
@@ -178,9 +178,16 @@ phy_gmii_sel: phy@4040 {
 		};
 	};
 
-	chipid@43000014 {
-		compatible = "ti,am654-chipid";
-		reg = <0x00 0x43000014 0x00 0x4>;
+	wkup_conf: bus@43000000 {
+		compatible = "simple-bus";
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges = <0x0 0x00 0x43000000 0x20000>;
+
+		chipid: chipid@14 {
+			compatible = "ti,am654-chipid";
+			reg = <0x14 0x4>;
+		};
 	};
 
 	/* MCU_TIMERIO pad input CTRLMMR_MCU_TIMER*_CTRL registers */
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-12-04 21:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-17 14:09 [PATCH 1/5] arm64: dts: ti: k3-j7200: Add chipid node to wkup_conf bus Andrew Davis
2023-11-17 14:09 ` [PATCH 2/5] arm64: dts: ti: k3-j784s4: " Andrew Davis
2023-11-17 14:09 ` [PATCH 3/5] arm64: dts: ti: k3-j721s2: " Andrew Davis
2023-11-17 14:09 ` [PATCH 4/5] arm64: dts: ti: k3-am65: " Andrew Davis
2023-11-17 14:09 ` [PATCH 5/5] arm64: dts: ti: k3-j721e: " Andrew Davis
2023-12-04 21:12 ` [PATCH 1/5] arm64: dts: ti: k3-j7200: " Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox