ARM: dts: berlin: add broken-cd and set bus width for eMMC in Marvell DMP DT
authorJisheng Zhang <jszhang@marvell.com>
Wed, 31 Dec 2014 08:57:51 +0000 (16:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jan 2015 16:29:45 +0000 (08:29 -0800)
commit 5adba7c2daaecccf377e7ed5a2996caedd5384f1 upstream.

There's no card detection for the eMMC, so this patch adds the missing
broken-cd property. This patch also sets bus width as 8 to add
MMC_CAP_8_BIT_DATA in the Host capabilities.

Fixes: 3047086dfd56 ("ARM: dts: berlin: enable SD card reader and eMMC for the BG2Q DMP")
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/berlin2q-marvell-dmp.dts

index ea1f99b8eed688988fa9b7924c60389d2162dbaa..45ac1d04cf42a5fbdc6db03f97e48b68c5ea6e76 100644 (file)
@@ -30,6 +30,8 @@
 };
 
 &sdhci2 {
+       broken-cd;
+       bus-width = <8>;
        non-removable;
        status = "okay";
 };