summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-9x9-evk.dts
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@freescale.com>2015-10-28 16:33:17 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:23:40 +0800
commit689f5ceb9b89c7711c1b2c9525d10cd0126ae162 (patch)
tree1b23f214a0b6d800eabd9ffed719fa7d59199ed5 /arch/arm/boot/dts/imx6ul-9x9-evk.dts
parentfaedbfc4885a861b90f7f1241c1089953ef0f6f7 (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>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-9x9-evk.dts')
-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 5aa932c11d73..901dbfd3dab3 100644
--- a/arch/arm/boot/dts/imx6ul-9x9-evk.dts
+++ b/arch/arm/boot/dts/imx6ul-9x9-evk.dts
@@ -749,7 +749,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>;