From: Masahiro Yamada Date: Wed, 30 Mar 2016 01:52:49 +0000 (+0900) Subject: ARM: uniphier: enable eMMC on PH1-sLD3 reference board X-Git-Tag: v2016.05-rc1~101 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=67bd9bb80f7ad0c3fb7c444ba46017b2a82282d6;p=u-boot 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 --- 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"; };