Skip to content

Commit

Permalink
ARM: dt: tegra cardhu: fix typo in SDHCI node name
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Stephen Warren committed May 14, 2012
1 parent 331da58 commit 1dfebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/tegra-cardhu.dts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
status = "disable";
};

sdhci@78000400 {
sdhci@78000600 {
support-8bit;
};

Expand Down

0 comments on commit 1dfebb4

Please sign in to comment.