diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-04-16 10:57:45 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-04-17 16:57:48 +0200 |
commit | 7aaee3d11689aee0f23f7bf4f6d7b4015bcdb467 (patch) | |
tree | b945fcaba5ec00a112b397fb7bbb46f6a5e2145b /arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts | |
parent | ARM: dts: sunxi: h3/h5: Remove useless phy-names from EHCI and OHCI (diff) | |
download | linux-7aaee3d11689aee0f23f7bf4f6d7b4015bcdb467.tar.xz linux-7aaee3d11689aee0f23f7bf4f6d7b4015bcdb467.zip |
ARM: dts: sun8i: mapleboard: Remove cd-inverted
The cd-inverted property can also be expressed using the GPIO flags. Use
the active low GPIO flag to have the same semantic without the confusion.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts b/arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts index 6d626ec1f747..ff0a7a952e0c 100644 --- a/arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts +++ b/arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts @@ -91,8 +91,7 @@ &mmc0 { vmmc-supply = <®_vcc3v3>; bus-width = <4>; - cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>; /* PF6 */ - cd-inverted; + cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */ status = "okay"; }; |