]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am64-evm: Make chip id available before pre-reloc
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 6 May 2021 11:14:56 +0000 (16:44 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Wed, 12 May 2021 11:02:44 +0000 (16:32 +0530)
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>
arch/arm/dts/k3-am642-evm-u-boot.dtsi

index 3313ca3a22a98019714e0b2219b189dfa6d72ec8..34e75ded13c5ecb4b6d96f8e26f3a1913f1d5308 100644 (file)
        };
 };
 
+&main_conf {
+       u-boot,dm-spl;
+       chipid@14 {
+               u-boot,dm-spl;
+       };
+};
+
 &main_uart0 {
        u-boot,dm-spl;
 };