summaryrefslogtreecommitdiff
path: root/arch/arm/dts/uniphier-proxstream2-vodka.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-16 17:08:39 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-29 03:50:16 +0900
commita55d9feeec141bc5ec04cf84c86e270cf0ed0d3c (patch)
treeb474fa9363c47fd284becb84b2baf62d4052d5da /arch/arm/dts/uniphier-proxstream2-vodka.dts
parentc7f94eecfd46bb62d173169caa8c6d9493a9859b (diff)
downloadu-boot-imx-a55d9feeec141bc5ec04cf84c86e270cf0ed0d3c.zip
u-boot-imx-a55d9feeec141bc5ec04cf84c86e270cf0ed0d3c.tar.gz
u-boot-imx-a55d9feeec141bc5ec04cf84c86e270cf0ed0d3c.tar.bz2
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.dts12
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 d61e0b6..e7d5db8 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;
+};