summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts
diff options
context:
space:
mode:
authorHaibo Chen <haibo.chen@nxp.com>2016-05-04 14:39:57 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:24:40 +0800
commit7526c482108c0f636d1ce9e1f6f884bd4d867fff (patch)
treea90d912313592c6ad904520ececc95920e29d221 /arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts
parent91e4e660bffe502249201961ab66dd8bb9d51cd3 (diff)
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 <haibo.chen@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts')
-rw-r--r--arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts b/arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts
index dd29e61dacb1..b0557a99d90a 100644
--- a/arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts
+++ b/arch/arm/boot/dts/imx6ull-14x14-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 = <&reg_sd2_vmmc>;
- status = "disabled";
+ status = "okay";
};