* [PATCH] ARM: dt: tegra cardhu: fix typo in SDHCI node name
@ 2012-05-12 0:12 Stephen Warren
0 siblings, 0 replies; only message in thread
From: Stephen Warren @ 2012-05-12 0:12 UTC (permalink / raw)
To: linux-arm-kernel
From: Stephen Warren <swarren@nvidia.com>
Cardhu's eMMC controller is on sdhci at 78000600, not sdhci at 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>
---
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 facb950..f23da40 100644
--- a/arch/arm/boot/dts/tegra-cardhu.dts
+++ b/arch/arm/boot/dts/tegra-cardhu.dts
@@ -139,7 +139,7 @@
status = "disable";
};
- sdhci at 78000400 {
+ sdhci at 78000600 {
support-8bit;
};
--
1.7.0.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-12 0:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-12 0:12 [PATCH] ARM: dt: tegra cardhu: fix typo in SDHCI node name Stephen Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).