Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acd3b69f authored by Marek Vasut's avatar Marek Vasut Committed by Shawn Guo
Browse files

ARM: dts: m28evk: Fix MMC WP pin being inverted



The MMC WP is active high on the m28evk, fix this.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 223d1f92
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -63,7 +63,7 @@
					     &mmc0_cd_cfg
					     &mmc0_cd_cfg
					     &mmc0_sck_cfg>;
					     &mmc0_sck_cfg>;
				bus-width = <8>;
				bus-width = <8>;
				wp-gpios = <&gpio3 10 1>;
				wp-gpios = <&gpio3 10 0>;
				vmmc-supply = <&reg_vddio_sd0>;
				vmmc-supply = <&reg_vddio_sd0>;
				status = "okay";
				status = "okay";
			};
			};