diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2017-06-16 14:12:57 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-23 10:38:03 -0400 |
commit | f2c1cbe738237e456ac8ddcbd877a093982b24a4 (patch) | |
tree | 86b98a4ecb9f24ebc2918cdfef99adc51e53658e /arch/arm | |
parent | 207f981b5667817e78155a477ac5cfb0cf0bd0b5 (diff) | |
download | u-boot-f2c1cbe738237e456ac8ddcbd877a093982b24a4.tar.gz u-boot-f2c1cbe738237e456ac8ddcbd877a093982b24a4.tar.xz u-boot-f2c1cbe738237e456ac8ddcbd877a093982b24a4.zip |
ARM: dts: am43xx: 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/arm')
-rw-r--r-- | arch/arm/dts/am437x-gp-evm-u-boot.dtsi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/dts/am437x-gp-evm-u-boot.dtsi b/arch/arm/dts/am437x-gp-evm-u-boot.dtsi index 885a9a92db..530f54989c 100644 --- a/arch/arm/dts/am437x-gp-evm-u-boot.dtsi +++ b/arch/arm/dts/am437x-gp-evm-u-boot.dtsi @@ -9,30 +9,30 @@ /{ ocp { - u-boot,dm-pre-reloc; + u-boot,dm-spl; }; }; &uart0 { - u-boot,dm-pre-reloc; + u-boot,dm-spl; }; &mmc1 { - u-boot,dm-pre-reloc; + u-boot,dm-spl; }; &mac { - u-boot,dm-pre-reloc; + u-boot,dm-spl; }; &davinci_mdio { - u-boot,dm-pre-reloc; + u-boot,dm-spl; }; &cpsw_emac0 { - u-boot,dm-pre-reloc; + u-boot,dm-spl; }; &phy_sel { - u-boot,dm-pre-reloc; + u-boot,dm-spl; }; |