Now that we can specify DT nodes that can be used in spl, mark
all necessary nodes as u-boot,dm-spl.

Signed-off-by: Lokesh Vutla <[email protected]>
---
 arch/arm/dts/omap5-u-boot.dtsi | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi
index 92473143b9..9f9b4d1683 100644
--- a/arch/arm/dts/omap5-u-boot.dtsi
+++ b/arch/arm/dts/omap5-u-boot.dtsi
@@ -9,7 +9,7 @@
 
 /{
        ocp {
-               u-boot,dm-pre-reloc;
+               u-boot,dm-spl;
 
                ocp2scp@4a090000 {
                        compatible = "ti,omap-ocp2scp", "simple-bus";
@@ -18,37 +18,37 @@
 };
 
 &uart1 {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &uart3 {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &mmc1 {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &mmc2 {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &l4_cfg {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &scm {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &scm_conf {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &qspi {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 
        m25p80@0 {
-               u-boot,dm-pre-reloc;
+               u-boot,dm-spl;
        };
 };
-- 
2.11.0

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to