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>
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";
};