diff mbox series

[09/18] arm: dts: k3-am64-evm: Make chip id available before pre-reloc

Message ID 20210506111505.6741-10-lokeshvutla@ti.com
State Accepted
Commit 93e0bfb829c7bf96c6c05ec8eeadb3dc7953c4ce
Delegated to: Lokesh Vutla
Headers show
Series arm: k3-am64: Add initial support for AM64 SK | expand

Commit Message

Lokesh Vutla May 6, 2021, 11:14 a.m. UTC
Chipid will be needed for SoC detection for all stages of U-Boot.
So make it u-boot,dm-spl

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 arch/arm/dts/k3-am642-evm-u-boot.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi b/arch/arm/dts/k3-am642-evm-u-boot.dtsi
index c883ea2525..6a2224af8e 100644
--- a/arch/arm/dts/k3-am642-evm-u-boot.dtsi
+++ b/arch/arm/dts/k3-am642-evm-u-boot.dtsi
@@ -21,6 +21,13 @@ 
 	};
 };
 
+&main_conf {
+	u-boot,dm-spl;
+	chipid@14 {
+		u-boot,dm-spl;
+	};
+};
+
 &main_uart0 {
 	u-boot,dm-spl;
 };