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

Lokesh Vutla lokeshvutla at ti.com
Thu May 6 13:14:56 CEST 2021


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 at ti.com>
---
 arch/arm/dts/k3-am642-evm-u-boot.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

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 at 14 {
+		u-boot,dm-spl;
+	};
+};
+
 &main_uart0 {
 	u-boot,dm-spl;
 };
-- 
2.30.0



More information about the U-Boot mailing list