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>
This commit is contained in:
Lokesh Vutla 2021-03-29 00:17:15 +00:00 committed by Praneeth Bajjuri
parent 56b98a2318
commit 2c91701ba0
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,13 @@
};
};
&main_conf {
u-boot,dm-spl;
chipid@14 {
u-boot,dm-spl;
};
};
&main_uart0 {
u-boot,dm-spl;
};