aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am572x-idk.dts
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2017-08-08 10:50:57 +0530
committerTony Lindgren <tony@atomide.com>2017-08-10 08:13:03 -0700
commitb7ced444c2f4ab992eb90a0d33536b18c3830e81 (patch)
tree44e48c0a798bd198c2a62bc9228f5bcb4aa8dc68 /arch/arm/boot/dts/am572x-idk.dts
parentARM: dts: am571x-idk: Fix GPIO polarity for MMC1 card detect (diff)
downloadlinux-dev-b7ced444c2f4ab992eb90a0d33536b18c3830e81.tar.xz
linux-dev-b7ced444c2f4ab992eb90a0d33536b18c3830e81.zip
ARM: dts: am572x-idk: Fix GPIO polarity for MMC1 card detect
The GPIO polarity for MMC1 card detect is set to '0' which means active-high. However the polarity should be active-low. Fix it here. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am572x-idk.dts')
-rw-r--r--arch/arm/boot/dts/am572x-idk.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am572x-idk.dts b/arch/arm/boot/dts/am572x-idk.dts
index 9da6d83ca185..940fcbe5380b 100644
--- a/arch/arm/boot/dts/am572x-idk.dts
+++ b/arch/arm/boot/dts/am572x-idk.dts
@@ -81,7 +81,7 @@
vmmc-supply = <&v3_3d>;
vmmc_aux-supply = <&ldo1_reg>;
bus-width = <4>;
- cd-gpios = <&gpio6 27 0>; /* gpio 219 */
+ cd-gpios = <&gpio6 27 GPIO_ACTIVE_LOW>; /* gpio 219 */
};
&sn65hvs882 {