From: Stephen Warren Date: Wed, 19 Oct 2011 06:53:57 +0000 (+0000) Subject: arm/dt: Fix ventana SDHCI power-gpios X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c406eeb3aa7007ed252290f2f11c8383ca95a177;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git arm/dt: Fix ventana SDHCI power-gpios Ventana uses the same SDHCI GPIOs as Seaboard; PI6 (70) is the power GPIO for the SD port, and there is no power GPIO for the MMC chip. Signed-off-by: Stephen Warren Signed-off-by: Olof Johansson --- diff --git a/arch/arm/boot/dts/tegra-ventana.dts b/arch/arm/boot/dts/tegra-ventana.dts index 9b29a623aaf1..3f9abd6b6964 100644 --- a/arch/arm/boot/dts/tegra-ventana.dts +++ b/arch/arm/boot/dts/tegra-ventana.dts @@ -22,11 +22,10 @@ sdhci@c8000400 { cd-gpios = <&gpio 69 0>; /* gpio PI5 */ wp-gpios = <&gpio 57 0>; /* gpio PH1 */ - power-gpios = <&gpio 155 0>; /* gpio PT3 */ + power-gpios = <&gpio 70 0>; /* gpio PI6 */ }; sdhci@c8000600 { - power-gpios = <&gpio 70 0>; /* gpio PI6 */ support-8bit; }; };