From 5af6801498e3153b6f52baa27a2fc41a6dd20ffb Mon Sep 17 00:00:00 2001 From: Haibo Chen Date: Wed, 4 May 2016 14:39:57 +0800 Subject: [PATCH] MLK-12757-2 ARM: dts: imx6ull-ddr3-arm2.dts: add usdhc2 support Add usdhc2 support, due to cd/wp pin conflict with usdhc1, this patch drop these two pins, and make usdhc2 as no removeable. Moreover, due to VSELECT pin is not connected by default, we also add no-1-8-v property. Signed-off-by: Haibo Chen --- arch/arm/boot/dts/imx6ull-ddr3-arm2.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/imx6ull-ddr3-arm2.dts b/arch/arm/boot/dts/imx6ull-ddr3-arm2.dts index fd94d2f3d022..0e3f475ded2c 100644 --- a/arch/arm/boot/dts/imx6ull-ddr3-arm2.dts +++ b/arch/arm/boot/dts/imx6ull-ddr3-arm2.dts @@ -996,10 +996,10 @@ pinctrl-0 = <&pinctrl_usdhc2>; pinctrl-1 = <&pinctrl_usdhc2_100mhz>; pinctrl-2 = <&pinctrl_usdhc2_200mhz>; - cd-gpios = <&gpio1 19 GPIO_ACTIVE_LOW>; - wp-gpios = <&gpio1 18 GPIO_ACTIVE_HIGH>; + non-removable; + no-1-8-v; /* VSELECT not connected by default */ keep-power-in-suspend; enable-sdio-wakeup; vmmc-supply = <®_sd2_vmmc>; - status = "disabled"; + status = "okay"; }; -- 2.17.1