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

Reply via email to