This is a note to let you know that I've just added the patch titled

    ARM: dts: berlin: add broken-cd and set bus width for eMMC in

to the 3.18-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-berlin-add-broken-cd-and-set-bus-width-for-emmc-in.patch
and it can be found in the queue-3.18 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 5adba7c2daaecccf377e7ed5a2996caedd5384f1 Mon Sep 17 00:00:00 2001
From: Jisheng Zhang <[email protected]>
Date: Wed, 31 Dec 2014 16:57:51 +0800
Subject: ARM: dts: berlin: add broken-cd and set bus width for eMMC in
 Marvell DMP DT

From: Jisheng Zhang <[email protected]>

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 <[email protected]>
Signed-off-by: Sebastian Hesselbarth <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 arch/arm/boot/dts/berlin2q-marvell-dmp.dts |    2 ++
 1 file changed, 2 insertions(+)

--- a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
+++ b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
@@ -30,6 +30,8 @@
 };
 
 &sdhci2 {
+       broken-cd;
+       bus-width = <8>;
        non-removable;
        status = "okay";
 };


Patches currently in stable-queue which might be from [email protected] are

queue-3.18/arm-dts-berlin-add-broken-cd-and-set-bus-width-for-emmc-in.patch
queue-3.18/arm-dts-berlin-correct-bg2q-s-sm-gpio-location.patch
queue-3.18/arm-dts-berlin-fix-io-clk-and-add-missing-core-clk-for.patch
queue-3.18/clk-berlin-bg2q-remove-non-exist-smemc-gate-clock.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to