diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2021-05-06 16:44:56 +0530 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2021-05-12 16:32:44 +0530 |
commit | 93e0bfb829c7bf96c6c05ec8eeadb3dc7953c4ce (patch) | |
tree | 0e687e8149b0e5689a8c0df70bdd4199a8b686a3 /arch | |
parent | 5af71f265854e7280c07cd4df26250ef54b7dcb2 (diff) | |
download | u-boot-93e0bfb829c7bf96c6c05ec8eeadb3dc7953c4ce.zip u-boot-93e0bfb829c7bf96c6c05ec8eeadb3dc7953c4ce.tar.gz u-boot-93e0bfb829c7bf96c6c05ec8eeadb3dc7953c4ce.tar.bz2 |
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 <lokeshvutla@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/k3-am642-evm-u-boot.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi b/arch/arm/dts/k3-am642-evm-u-boot.dtsi index 3313ca3..34e75de 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; }; |