From: Lokesh Vutla Date: Thu, 6 May 2021 11:14:56 +0000 (+0530) Subject: arm: dts: k3-am64-evm: Make chip id available before pre-reloc X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=93e0bfb829c7bf96c6c05ec8eeadb3dc7953c4ce;p=u-boot.git 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 --- 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; };