Commit 91aecc8b authored by Stephen Warren's avatar Stephen Warren Committed by Greg Kroah-Hartman

ARM: dt: tegra cardhu: fix typo in SDHCI node name

commit 1dfebb42 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: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8209f1cb
......@@ -64,7 +64,7 @@ sdhci@78000400 {
status = "disable";
};
sdhci@78000400 {
sdhci@78000600 {
support-8bit;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment