summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts
diff options
context:
space:
mode:
authorTuomas Tynkkynen2017-12-22 21:57:38 +0100
committerMaxime Ripard2018-02-14 13:18:59 +0100
commitb75cb68d83fd55584b96380a2274de59bb1e6406 (patch)
tree168718164d60bf27911a1177269032d3081d88d9 /arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts
parentarm64: dts: allwinner: a64: Add DAI nodes (diff)
downloadkernel-qcow2-linux-b75cb68d83fd55584b96380a2274de59bb1e6406.tar.gz
kernel-qcow2-linux-b75cb68d83fd55584b96380a2274de59bb1e6406.tar.xz
kernel-qcow2-linux-b75cb68d83fd55584b96380a2274de59bb1e6406.zip
arm64: dts: sunxi: Switch MMC nodes away from cd-inverted property
Using the cd-inverted property is not useful when GPIOs are used as card detects since the polarity can be specified with the usual GPIO_ACTIVE_(HIGH|LOW) GPIO flags. It has also caused confusion for U-Boot developers, so migrate all sunxi boards away from cd-inverted. Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts')
-rw-r--r--arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts
index 240d35731d10..bf42690a3361 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts
@@ -67,8 +67,7 @@
pinctrl-names = "default";
pinctrl-0 = <&mmc0_pins>;
vmmc-supply = <&reg_dcdc1>;
- cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;
- cd-inverted;
+ cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
status = "okay";
};