]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dt: tegra cardhu: fix typo in SDHCI node name
authorStephen Warren <swarren@nvidia.com>
Sat, 12 May 2012 00:01:38 +0000 (18:01 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jun 2012 07:18:28 +0000 (15:18 +0800)
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 <swarren@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/tegra-cardhu.dts

index ac3fb75584595803cc4e14ff77221f4d63df9456..631a86cb11ab9dccb4b615ffdd5b18561429ed7e 100644 (file)
@@ -64,7 +64,7 @@
                status = "disable";
        };
 
-       sdhci@78000400 {
+       sdhci@78000600 {
                support-8bit;
        };
 };