Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45ea75eb authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Tony Lindgren
Browse files

ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc"



Replace deprecated "vmmc_aux" with the generic "vqmmc" binding for
MMC IO supply.

Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c002c278
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@
&mmc1 {
	status = "okay";
	vmmc-supply = <&v3_3d>;
	vmmc_aux-supply = <&ldo1_reg>;
	vqmmc-supply = <&ldo1_reg>;
	bus-width = <4>;
	cd-gpios = <&gpio6 27 0>; /* gpio 219 */
};
+1 −1
Original line number Diff line number Diff line
@@ -446,7 +446,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&mmc1_pins_default>;
	vmmc-supply = <&evm_3v3_sd>;
	vmmc_aux-supply = <&ldo1_reg>;
	vqmmc-supply = <&ldo1_reg>;
	bus-width = <4>;
	/*
	 * SDCD signal is not being used here - using the fact that GPIO mode
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@
};

&mmc1 {
	vmmc_aux-supply = <&vpo_sd_1v8_3v3>;
	vqmmc-supply = <&vpo_sd_1v8_3v3>;
};

&mmc2 {
+1 −1
Original line number Diff line number Diff line
@@ -146,5 +146,5 @@
};

&mmc1 {
	vmmc_aux-supply = <&ldo1_reg>;
	vqmmc-supply = <&ldo1_reg>;
};
+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@

&mmc1 {
	vmmc-supply = <&vmmc1>;
	vmmc_aux-supply = <&vsim>;
	vqmmc-supply = <&vsim>;
	bus-width = <8>;
};

Loading