From 93e0bfb829c7bf96c6c05ec8eeadb3dc7953c4ce Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Thu, 6 May 2021 16:44:56 +0530 Subject: [PATCH] arm: dts: k3-am64-evm: Make chip id available before pre-reloc 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 --- 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 3313ca3a22..34e75ded13 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.39.5