evm_3v3_sw: fixedregulator-evm_3v3_sw { compatible = "regulator-fixed"; regulator-name = "evm_3v3_sw"; //vin-supply = <&sysen1>; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-always-on; regulator-boot-on; }; &mmc1 { status = "okay"; //vmmc-supply = <&evm_3v3_sd>; //vmmc_aux-supply = <&ldo1_reg>; vmmc-supply = <&evm_3v3_sw>; vmmc_aux-supply = <&evm_3v3_sw>; bus-width = <4>; /* * SDCD signal is not being used here - using the fact that GPIO mode * is always hardwired. */ cd-gpios = <&gpio6 27 GPIO_ACTIVE_LOW>; max-frequency = <192000000>; /* * /delete-property/ ti,dual-volt; */ iov = <3300000>; pinctrl-names = "default", "sdr12", "ddr50", "sdr104", "hs", "sdr25", "sdr50"; pinctrl-0 = <&mmc1_pins_default>; pinctrl-1 = <&mmc1_pins_sdr12>; pinctrl-2 = <&mmc1_pins_ddr50 &mmc1_iodelay_ddr50_rev20_conf>; pinctrl-3 = <&mmc1_pins_sdr104 &mmc1_iodelay_sdr104_rev20_conf>; pinctrl-4 = <&mmc1_pins_hs>; pinctrl-5 = <&mmc1_pins_sdr25>; pinctrl-6 = <&mmc1_pins_sdr50>; }; &mmc2 { status = "okay"; //vmmc-supply = <&evm_3v3_sw>; bus-width = <8>; max-frequency = <96000000>; iov = <3000000>; pinctrl-names = "default", "hs", "ddr_1_8v", "hs200_1_8v"; pinctrl-0 = <&mmc2_pins_default>; pinctrl-1 = <&mmc2_pins_hs>; pinctrl-2 = <&mmc2_pins_ddr_1_8v>; pinctrl-3 = <&mmc2_pins_hs200_1_8v &mmc2_iodelay_hs200_rev20_conf>; /delete-property/ mmc-hs200-1_8v; };