diff options
author | Lokesh Vutla | 2017-06-16 14:12:58 +0530 |
---|---|---|
committer | Tom Rini | 2017-06-23 10:38:04 -0400 |
commit | 964a34e6020f51b67fe818c50a1d3bb1b90ac054 (patch) | |
tree | e1c55ea445ca23a8a5888083d54a82d310735daa /arch | |
parent | f2c1cbe738237e456ac8ddcbd877a093982b24a4 (diff) |
ARM: dts: OMAP5+: Update spl specific dts
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 <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/omap5-u-boot.dtsi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi index 92473143b95..9f9b4d16830 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; }; }; |