ARM: ux500: correct CD for micro SD on hrev60plus
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 2 Oct 2013 14:12:52 +0000 (16:12 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 2 Oct 2013 14:17:02 +0000 (16:17 +0200)
This correct the card detect line for the HREF v60 and later
reference designs. This is connected directly to the Nomadik
GPIO block, line 95 at offset 31 on the third instance.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-hrefv60plus.dts

index 111546802667a5fb8332aeb8b756de7dacafe9dc..b82ae501512181a26be09c57edc059dbc670c2ec 100644 (file)
@@ -40,7 +40,7 @@
                        mmc-cap-mmc-highspeed;
                        vmmc-supply = <&ab8500_ldo_aux3_reg>;
 
-                       cd-gpios  = <&tc3589x_gpio 3 0x4>;
+                       cd-gpios  = <&gpio2 31 0x4>; // 95
 
                        status = "okay";
                };
This page took 0.024762 seconds and 5 git commands to generate.