diff options
| author | Lokesh Vutla <[email protected]> | 2017-06-16 14:12:57 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-06-23 10:38:03 -0400 |
| commit | f2c1cbe738237e456ac8ddcbd877a093982b24a4 (patch) | |
| tree | 86b98a4ecb9f24ebc2918cdfef99adc51e53658e | |
| parent | 207f981b5667817e78155a477ac5cfb0cf0bd0b5 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -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 885a9a92dbd..530f54989c0 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; }; |
