]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm/dt: Tegra: Add support-8bit to SDHCI nodes
authorStephen Warren <swarren@nvidia.com>
Tue, 20 Sep 2011 16:46:26 +0000 (10:46 -0600)
committerArnd Bergmann <arnd@arndb.de>
Thu, 22 Sep 2011 14:44:28 +0000 (14:44 +0000)
For Seaboard's internal eMMC, this makes the difference between a
5.5MB/s and 10.2MB/s transfer rate. On Harmony, there wasn't any
measurable difference on my cheap/slow ~2MB/s card.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/tegra-harmony.dts
arch/arm/boot/dts/tegra-seaboard.dts

index e5818668d09163a37798d276aa2c9211e936f213..0e225b86b6520ab944432b5ab312e7d3f08813d9 100644 (file)
@@ -66,5 +66,6 @@
                cd-gpios = <&gpio 58 0>; /* gpio PH2 */
                wp-gpios = <&gpio 59 0>; /* gpio PH3 */
                power-gpios = <&gpio 70 0>; /* gpio PI6 */
+               support-8bit;
        };
 };
index 64cedca6fc79c33f14e5aef0e9bdd9dc13b4a629..a72299b8e66857b43c1ac2ec4a2c709df6562b2a 100644 (file)
@@ -25,4 +25,8 @@
                wp-gpios = <&gpio 57 0>; /* gpio PH1 */
                power-gpios = <&gpio 70 0>; /* gpio PI6 */
        };
+
+       sdhci@c8000600 {
+               support-8bit;
+       };
 };