ARM: uniphier: enable eMMC on PH1-sLD3 reference board
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 30 Mar 2016 01:52:49 +0000 (10:52 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 31 Mar 2016 15:59:47 +0000 (00:59 +0900)
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>
arch/arm/dts/uniphier-ph1-sld3-ref.dts

index c4601cf..099df83 100644 (file)
        status = "okay";
 };
 
+&emmc {
+       status = "okay";
+};
+
 &sd {
        status = "okay";
 };