]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: dts: m28evk: Fix MMC WP pin being inverted
authorMarek Vasut <marex@denx.de>
Wed, 5 Sep 2012 02:56:56 +0000 (04:56 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 5 Sep 2012 03:53:11 +0000 (11:53 +0800)
The MMC WP is active high on the m28evk, fix this.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx28-m28evk.dts

index 8118b64362b63150dcc520ef3dcd1096700c1f9f..3bab6b00c52d5addc324a1bf536c2e33cf661296 100644 (file)
@@ -63,7 +63,7 @@
                                             &mmc0_cd_cfg
                                             &mmc0_sck_cfg>;
                                bus-width = <8>;
-                               wp-gpios = <&gpio3 10 1>;
+                               wp-gpios = <&gpio3 10 0>;
                                vmmc-supply = <&reg_vddio_sd0>;
                                status = "okay";
                        };