diff mbox

[U-Boot] ARM: uniphier: enable eMMC on PH1-sLD3 reference board

Message ID 1459302769-13754-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 67bd9bb80f7ad0c3fb7c444ba46017b2a82282d6
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada March 30, 2016, 1:52 a.m. UTC
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 | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Masahiro Yamada March 31, 2016, 4:13 p.m. UTC | #1
2016-03-30 10:52 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> 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>


Applied to u-boot-uniphier/master.
diff mbox

Patch

diff --git a/arch/arm/dts/uniphier-ph1-sld3-ref.dts b/arch/arm/dts/uniphier-ph1-sld3-ref.dts
index c4601cf..099df83 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";
 };