Commit c9e12d86 authored by Tuomas Tynkkynen's avatar Tuomas Tynkkynen Committed by Maxime Ripard

ARM: dts: sunxi: Change sun7i-a20-olimex-som204-evb to not use cd-inverted

Commit 45e01f40 ("ARM: dts: sunxi: Switch MMC nodes away from
cd-inverted property") changed most of the sunxi boards away from using
the cd-inverted property in MMC nodes. However, the
sun7i-a20-olimex-som204-evb board which got merged concurrently with
that commit is now using cd-inverted. Switch it away from using
cd-inverted to be consistent with rest of the sunxi boards.
Signed-off-by: default avatarTuomas Tynkkynen <tuomas@tuxera.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent c5f0bb47
...@@ -172,8 +172,7 @@ &mmc0 { ...@@ -172,8 +172,7 @@ &mmc0 {
pinctrl-0 = <&mmc0_pins_a>; pinctrl-0 = <&mmc0_pins_a>;
vmmc-supply = <&reg_vcc3v3>; vmmc-supply = <&reg_vcc3v3>;
bus-width = <4>; bus-width = <4>;
cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; cd-gpios = <&pio 7 1 GPIO_ACTIVE_LOW>;
cd-inverted;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment