Browse Source

arm/dt: Tegra: Add support-8bit to SDHCI nodes

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>
Stephen Warren 13 years ago
parent
commit
6111d50c58
2 changed files with 5 additions and 0 deletions
  1. 1 0
      arch/arm/boot/dts/tegra-harmony.dts
  2. 4 0
      arch/arm/boot/dts/tegra-seaboard.dts

+ 1 - 0
arch/arm/boot/dts/tegra-harmony.dts

@@ -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;
 	};
 };

+ 4 - 0
arch/arm/boot/dts/tegra-seaboard.dts

@@ -25,4 +25,8 @@
 		wp-gpios = <&gpio 57 0>; /* gpio PH1 */
 		power-gpios = <&gpio 70 0>; /* gpio PI6 */
 	};
+
+	sdhci@c8000600 {
+		support-8bit;
+	};
 };