ARM: dts: berlin: Enable eMMC on Sony NSZ-GS7
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Thu, 28 Aug 2014 19:42:39 +0000 (21:42 +0200)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Wed, 29 Oct 2014 18:44:47 +0000 (19:44 +0100)
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>
arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts

index 27f2f0ad756258fb7ec60d13959618745c67715f..04f391b5c1246d1e215f2240ac34aed6b25db3db 100644 (file)
 
 &eth1 { status = "okay"; };
 
+/* Samsung M8G2FA 8GB eMMC */
+&sdhci2 {
+       non-removable;
+       bus-width = <8>;
+       status = "okay";
+};
+
 &uart0 { status = "okay"; };
This page took 0.026873 seconds and 5 git commands to generate.