diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-05-11 20:01:38 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-05-14 12:53:01 -0400 |
commit | 1dfebb426cfd16e2080f8c95e00ca2462f2325d4 (patch) | |
tree | 7c2ee0e5d323510c5f4a735f4fb26cfab32cce96 /arch | |
parent | 331da58ca179d036a4e03353067f782ae54879e7 (diff) |
ARM: dt: tegra cardhu: fix typo in SDHCI node name
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
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/tegra-cardhu.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra-cardhu.dts b/arch/arm/boot/dts/tegra-cardhu.dts index c45775685f72..74d1ca4fc1b4 100644 --- a/arch/arm/boot/dts/tegra-cardhu.dts +++ b/arch/arm/boot/dts/tegra-cardhu.dts | |||
@@ -152,7 +152,7 @@ | |||
152 | status = "disable"; | 152 | status = "disable"; |
153 | }; | 153 | }; |
154 | 154 | ||
155 | sdhci@78000400 { | 155 | sdhci@78000600 { |
156 | support-8bit; | 156 | support-8bit; |
157 | }; | 157 | }; |
158 | 158 | ||