diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-08-28 15:42:39 -0400 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-10-29 14:44:47 -0400 |
commit | e4fdc8e5821d852a933963ba56b9b2fa8f68c68f (patch) | |
tree | 580fe0de593a78dd95ebc7df52f1736094c60590 /arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts | |
parent | acbcadc8505a56e7491a9944b4447e5857c6eb15 (diff) |
ARM: dts: berlin: Enable eMMC on Sony NSZ-GS7
With SDHCI for BG2, we can now enable the port and allow to access
Samsung M8G2FA 8GB eMMC on Sony NSZ-GS7.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts')
-rw-r--r-- | arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts b/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts index 27f2f0ad7562..04f391b5c124 100644 --- a/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts +++ b/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts | |||
@@ -28,4 +28,11 @@ | |||
28 | 28 | ||
29 | ð1 { status = "okay"; }; | 29 | ð1 { status = "okay"; }; |
30 | 30 | ||
31 | /* Samsung M8G2FA 8GB eMMC */ | ||
32 | &sdhci2 { | ||
33 | non-removable; | ||
34 | bus-width = <8>; | ||
35 | status = "okay"; | ||
36 | }; | ||
37 | |||
31 | &uart0 { status = "okay"; }; | 38 | &uart0 { status = "okay"; }; |