summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-03-30 10:52:49 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-04-01 00:59:47 +0900
commit67bd9bb80f7ad0c3fb7c444ba46017b2a82282d6 (patch)
treed112343ad815cdc9d501e6e6551c2958032c5ed7 /arch
parentac2a1030e3aba3deba7f5c3f6d3c4faf6e9506f8 (diff)
downloadtalos-obmc-uboot-67bd9bb80f7ad0c3fb7c444ba46017b2a82282d6.tar.gz
talos-obmc-uboot-67bd9bb80f7ad0c3fb7c444ba46017b2a82282d6.zip
ARM: uniphier: enable eMMC on PH1-sLD3 reference board
On PH1-sLD3, eMMC and NAND are assigned to different I/O pins. Both devices can be enabled at the same time. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/uniphier-ph1-sld3-ref.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-sld3-ref.dts b/arch/arm/dts/uniphier-ph1-sld3-ref.dts
index c4601cf7be..099df83033 100644
--- a/arch/arm/dts/uniphier-ph1-sld3-ref.dts
+++ b/arch/arm/dts/uniphier-ph1-sld3-ref.dts
@@ -57,6 +57,10 @@
status = "okay";
};
+&emmc {
+ status = "okay";
+};
+
&sd {
status = "okay";
};
OpenPOWER on IntegriCloud