OSDN Git Service

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)
committerStephen Warren <swarren@nvidia.com>
Mon, 14 May 2012 16:53:01 +0000 (10:53 -0600)
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>
Cc: stable@kernel.org # v3.4
arch/arm/boot/dts/tegra-cardhu.dts

index c457756..74d1ca4 100644 (file)
                status = "disable";
        };
 
-       sdhci@78000400 {
+       sdhci@78000600 {
                support-8bit;
        };