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>
This commit is contained in:
Marek Vasut 2012-09-05 04:56:56 +02:00 committed by Shawn Guo
parent 223d1f9213
commit acd3b69f30
1 changed files with 1 additions and 1 deletions

View 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";
};