diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-16 17:08:39 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-29 03:50:16 +0900 |
commit | a55d9feeec141bc5ec04cf84c86e270cf0ed0d3c (patch) | |
tree | b474fa9363c47fd284becb84b2baf62d4052d5da /arch/arm/dts/uniphier-proxstream2-vodka.dts | |
parent | c7f94eecfd46bb62d173169caa8c6d9493a9859b (diff) |
ARM: uniphier: add eMMC boot support
Export device nodes needed for eMMC boot (eMMC node, pinctrl, and
clock) to the SPL DTB. CONFIG_SUPPORT_EMMC_BOOT is also necessary
to use "mmc partconf" command.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-proxstream2-vodka.dts')
-rw-r--r-- | arch/arm/dts/uniphier-proxstream2-vodka.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-proxstream2-vodka.dts b/arch/arm/dts/uniphier-proxstream2-vodka.dts index d61e0b6ff9..e7d5db8894 100644 --- a/arch/arm/dts/uniphier-proxstream2-vodka.dts +++ b/arch/arm/dts/uniphier-proxstream2-vodka.dts @@ -60,6 +60,14 @@ u-boot,dm-pre-reloc; }; +&mio { + u-boot,dm-pre-reloc; +}; + +&emmc { + u-boot,dm-pre-reloc; +}; + &pinctrl { u-boot,dm-pre-reloc; }; @@ -67,3 +75,7 @@ &pinctrl_uart2 { u-boot,dm-pre-reloc; }; + +&pinctrl_emmc { + u-boot,dm-pre-reloc; +}; |