summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@freescale.com>2015-10-28 16:33:17 +0800
committerDong Aisheng <aisheng.dong@freescale.com>2015-10-29 16:25:11 +0800
commit836b6c1eface9bfa490620cc4989a2adeb4e16e0 (patch)
tree776e015468336cd9e54267c55e700a66a6463e53
parentd88b1c2f47e42efc0676b7005ee8748ffefb82d0 (diff)
MLK-11781-2 dts: imx6ul-9x9-evk: fix uSDHC1 CD GPIO polarity
The default gpio flag is 0 which actually means ACTIVE_HIGH. However, it should be ACTIVE_LOW. Change it using correct macro directly. Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com> (cherry picked from commit 54705942f95d1adeace336a1b67240572538fb24)
-rw-r--r--arch/arm/boot/dts/imx6ul-9x9-evk.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul-9x9-evk.dts b/arch/arm/boot/dts/imx6ul-9x9-evk.dts
index 7cf8c0f80f5d..e04ff804612b 100644
--- a/arch/arm/boot/dts/imx6ul-9x9-evk.dts
+++ b/arch/arm/boot/dts/imx6ul-9x9-evk.dts
@@ -758,7 +758,7 @@
pinctrl-0 = <&pinctrl_usdhc1>;
pinctrl-1 = <&pinctrl_usdhc1_100mhz>;
pinctrl-2 = <&pinctrl_usdhc1_200mhz>;
- cd-gpios = <&gpio1 19 0>;
+ cd-gpios = <&gpio1 19 GPIO_ACTIVE_LOW>;
keep-power-in-suspend;
enable-sdio-wakeup;
vmmc-supply = <&reg_sd1_vmmc>;