diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-04-10 17:51:19 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-04-16 15:40:30 +0300 |
commit | c9e12d861395c87bf65707b88deca9e2b5f00c25 (patch) | |
tree | 971d87a2792afe98ea1b07bbcf219429cd5effc5 /arch/arm/boot/dts/sun7i-a20-olimex-som204-evb.dts | |
parent | c5f0bb472795170ab5c33be12e29ce7465fb31ed (diff) | |
download | linux-c9e12d861395c87bf65707b88deca9e2b5f00c25.tar.xz |
ARM: dts: sunxi: Change sun7i-a20-olimex-som204-evb to not use cd-inverted
Commit 45e01f401a2a16 ("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: Tuomas Tynkkynen <tuomas@tuxera.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20-olimex-som204-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-olimex-som204-evb.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-olimex-som204-evb.dts b/arch/arm/boot/dts/sun7i-a20-olimex-som204-evb.dts index eae8e267b9ef..3d7b5c848fef 100644 --- a/arch/arm/boot/dts/sun7i-a20-olimex-som204-evb.dts +++ b/arch/arm/boot/dts/sun7i-a20-olimex-som204-evb.dts @@ -172,8 +172,7 @@ pinctrl-0 = <&mmc0_pins_a>; vmmc-supply = <®_vcc3v3>; bus-width = <4>; - cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; - cd-inverted; + cd-gpios = <&pio 7 1 GPIO_ACTIVE_LOW>; status = "okay"; }; |