MLK-12757-2 ARM: dts: imx6ull-ddr3-arm2.dts: add usdhc2 support
authorHaibo Chen <haibo.chen@nxp.com>
Wed, 4 May 2016 06:39:57 +0000 (14:39 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:31:07 +0000 (02:31 +0300)
Add usdhc2 support, due to cd/wp pin conflict with usdhc1, this
patch drop these two pins, and make usdhc2 as no removable.
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>
Signed-off-by: Arulpandiyan Vadivel <arulpandiyan_vadivel@mentor.com>
Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts

index 96cf48a..7b0daa7 100644 (file)
        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";
 };