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-05-06 16:44:56 +05:30
parent 5af71f2658
commit 93e0bfb829

View File

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