]> git.sur5r.net Git - u-boot/commitdiff
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 c4601cf7bea56b190a44dfecee38df2bd2b6375c..099df830330e366193b6bfdcc53ac7c0c20eed9d 100644 (file)
        status = "okay";
 };
 
+&emmc {
+       status = "okay";
+};
+
 &sd {
        status = "okay";
 };