diff options
author | Marek Vasut <marex@denx.de> | 2012-09-05 02:56:56 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-05 03:53:11 (GMT) |
commit | acd3b69f303173b88413ba5daf5b920cd3700a48 (patch) | |
tree | ff8775f9c9fd0e044979399dcba4b6fba191239e /arch/arm/boot/dts | |
parent | 223d1f9213d0c5473da905ab5984c5751a8d3d6f (diff) | |
download | linux-acd3b69f303173b88413ba5daf5b920cd3700a48.tar.xz |
ARM: dts: m28evk: Fix MMC WP pin being inverted
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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-m28evk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts index 8118b64..3bab6b0 100644 --- a/arch/arm/boot/dts/imx28-m28evk.dts +++ b/arch/arm/boot/dts/imx28-m28evk.dts @@ -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 = <®_vddio_sd0>; status = "okay"; }; |