diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-17 21:19:42 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-23 01:02:05 +0900 |
commit | 9ac0e7b37a5d9c01079f1a2d595fe67cef4ce154 (patch) | |
tree | 018fe8b360dc1ffadf80be6fb002cdb766b39c31 /arch/arm/dts/uniphier-pxs2-gentil.dts | |
parent | d0df9588e80057fe6a06fef412ef74f76ee66804 (diff) | |
download | u-boot-9ac0e7b37a5d9c01079f1a2d595fe67cef4ce154.tar.gz |
ARM: uniphier: split u-boot,dm-pre-reloc out to uniphier-v7-u-boot.dtsi
UniPhier 32-bit SoCs use CONFIG_SPL_OF_CONTROL. So, many nodes must
be marked as dm-pre-reloc to prevent fdtgrep from stripping them off.
Sprinkling U-Boot-specific properties all over the place is painful
because DT files are synced with Linux from time to time.
Split u-boot,dm-pre-reloc out to uniphier-v7-u-boot.dtsi, which is
appended to UniPhier V7 DTS before the build.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'arch/arm/dts/uniphier-pxs2-gentil.dts')
-rw-r--r-- | arch/arm/dts/uniphier-pxs2-gentil.dts | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/dts/uniphier-pxs2-gentil.dts b/arch/arm/dts/uniphier-pxs2-gentil.dts index 7f0f972bde..4397714e49 100644 --- a/arch/arm/dts/uniphier-pxs2-gentil.dts +++ b/arch/arm/dts/uniphier-pxs2-gentil.dts @@ -66,24 +66,3 @@ &usb1 { status = "okay"; }; - -/* for U-Boot only */ -&serial2 { - u-boot,dm-pre-reloc; -}; - -&sd_clk { - u-boot,dm-pre-reloc; -}; - -&emmc { - u-boot,dm-pre-reloc; -}; - -&pinctrl_uart2 { - u-boot,dm-pre-reloc; -}; - -&pinctrl_emmc { - u-boot,dm-pre-reloc; -}; |