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

    ARM: dt: tegra cardhu: fix typo in SDHCI node name

to the 3.4-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-dt-tegra-cardhu-fix-typo-in-sdhci-node-name.patch
and it can be found in the queue-3.4 subdirectory.

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


>From 1dfebb426cfd16e2080f8c95e00ca2462f2325d4 Mon Sep 17 00:00:00 2001
From: Stephen Warren <[email protected]>
Date: Fri, 11 May 2012 18:01:38 -0600
Subject: ARM: dt: tegra cardhu: fix typo in SDHCI node name

From: Stephen Warren <[email protected]>

commit 1dfebb426cfd16e2080f8c95e00ca2462f2325d4 upstream.

Cardhu's eMMC controller is on sdhci@78000600, not sdhci@78000400.
Fix the typo. This roughly doubles the IO performance, since the
support-8bit property actually takes effect.

Signed-off-by: Stephen Warren <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 arch/arm/boot/dts/tegra-cardhu.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/arm/boot/dts/tegra-cardhu.dts
+++ b/arch/arm/boot/dts/tegra-cardhu.dts
@@ -64,7 +64,7 @@
                status = "disable";
        };
 
-       sdhci@78000400 {
+       sdhci@78000600 {
                support-8bit;
        };
 };


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

queue-3.4/arm-dt-tegra-cardhu-fix-typo-in-sdhci-node-name.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