ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc"
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 9 Jun 2017 12:08:18 +0000 (17:38 +0530)
committerTony Lindgren <tony@atomide.com>
Thu, 10 Aug 2017 16:06:39 +0000 (09:06 -0700)
Replace deprecated "vmmc_aux" with the generic "vqmmc" binding for
MMC IO supply.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
15 files changed:
arch/arm/boot/dts/am572x-idk.dts
arch/arm/boot/dts/dra7-evm.dts
arch/arm/boot/dts/dra71-evm.dts
arch/arm/boot/dts/dra72-evm-tps65917.dtsi
arch/arm/boot/dts/omap3-beagle-xm.dts
arch/arm/boot/dts/omap3-beagle.dts
arch/arm/boot/dts/omap3-cm-t3517.dts
arch/arm/boot/dts/omap3-cm-t3730.dts
arch/arm/boot/dts/omap3-devkit8000-common.dtsi
arch/arm/boot/dts/omap3-evm-common.dtsi
arch/arm/boot/dts/omap3-n900.dts
arch/arm/boot/dts/omap3-overo-base.dtsi
arch/arm/boot/dts/omap3-tao3530.dtsi
arch/arm/boot/dts/omap3-zoom3.dts
arch/arm/boot/dts/omap3430-sdp.dts

index 9da6d83ca185e52c79ea4ebd180fb1d21144280c..21383924a94779c3830039120dfe0863d9f28f5e 100644 (file)
@@ -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 */
 };
index 9491b29cf7e5b19b24054c130d2ce46c17088f6d..343872acdd291f9b34b5af6158c4d2e9d9663914 100644 (file)
        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
index c7a56b6263a679d9d1015712555ad43d20854ef6..02c11e6588108205de61ab710c60e566ee738992 100644 (file)
 };
 
 &mmc1 {
-       vmmc_aux-supply = <&vpo_sd_1v8_3v3>;
+       vqmmc-supply = <&vpo_sd_1v8_3v3>;
 };
 
 &mmc2 {
index e6df676886c0c35052921669039ae31fd446ccbf..57bfe5caf5e4f12c6468575abe646ca78e19a01e 100644 (file)
 };
 
 &mmc1 {
-       vmmc_aux-supply = <&ldo1_reg>;
+       vqmmc-supply = <&ldo1_reg>;
 };
index 673cee2234b2979f4102236b3296b13fb9aed244..683b96a8f73e01248349440d1caab8fd7ffeb7cc 100644 (file)
 
 &mmc1 {
        vmmc-supply = <&vmmc1>;
-       vmmc_aux-supply = <&vsim>;
+       vqmmc-supply = <&vsim>;
        bus-width = <8>;
 };
 
index 4be85ce59dd14eea19c95dc0cea5ff12748177bc..4d2eaf843fa960190514dffb06b24d46056adb3e 100644 (file)
 
 &mmc1 {
        vmmc-supply = <&vmmc1>;
-       vmmc_aux-supply = <&vsim>;
+       vqmmc-supply = <&vsim>;
        bus-width = <8>;
 };
 
index 53ae04f9104d6b92f6bce75c337d5fba1c77ae53..3d293b345e9940e31f525f38ea46153a170aa50b 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&mmc2_pins>;
        vmmc-supply = <&wl12xx_vmmc2>;
-       vmmc_aux-supply = <&wl12xx_vaux2>;
+       vqmmc-supply = <&wl12xx_vaux2>;
        non-removable;
        bus-width = <4>;
        cap-power-off-card;
index 2294f5b0aa102d9195aa93b33a9e298ac91cba26..bdf4b7fdda39c1c64e2493ecd8d00cfc4f106985 100644 (file)
@@ -69,7 +69,7 @@
        pinctrl-names = "default";
        pinctrl-0 = <&mmc2_pins>;
        vmmc-supply = <&wl12xx_vmmc2>;
-       vmmc_aux-supply = <&wl12xx_vaux2>;
+       vqmmc-supply = <&wl12xx_vaux2>;
        non-removable;
        bus-width = <4>;
        cap-power-off-card;
index 82aa9c4a0f1c331f54c70409993ee17bdc493d00..0c0bb1b01b0ba004af0afbb5c5b4fca099a57055 100644 (file)
 
 &mmc1 {
        vmmc-supply = <&vmmc1>;
-       vmmc_aux-supply = <&vsim>;
+       vqmmc-supply = <&vsim>;
        bus-width = <8>;
 };
 
index 2b1d6977a53572ead16e74ff97310fbd3cf7fcc3..ff35803088e3455b2fa116e4e7e41872590f053b 100644 (file)
 &mmc1 {
        interrupts-extended = <&intc 83 &omap3_pmx_core 0x11a>;
        vmmc-supply = <&vmmc1>;
-       vmmc_aux-supply = <&vsim>;
+       vqmmc-supply = <&vsim>;
        bus-width = <8>;
 };
 
index 49f37084e43507b1f2b87b11d79eecacfe0599dc..92c1f4ac404032b946b7e5ad8cea679eab622fe0 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&mmc2_pins>;
        vmmc-supply = <&vaux3>;
-       vmmc_aux-supply = <&vsim>;
+       vqmmc-supply = <&vsim>;
        bus-width = <8>;
        non-removable;
        no-sdio;
index cd220342a805aa2844613b171a31279a651407b1..f25e158e7163b23201ca8e643f557b3965fc959d 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&mmc2_pins>;
        vmmc-supply = <&w3cbw003c_npoweron>;
-       vmmc_aux-supply = <&w3cbw003c_wifi_nreset>;
+       vqmmc-supply = <&w3cbw003c_wifi_nreset>;
        bus-width = <4>;
        cap-sdio-irq;
        non-removable;
index 06ac0f80bcf083ad0b4ed6a0cb30bcf64b22e7c5..9a601d15247bef5da1519db88b1680b119381b6d 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&mmc1_pins>;
        vmmc-supply = <&vmmc1>;
-       vmmc_aux-supply = <&vsim>;
+       vqmmc-supply = <&vsim>;
        cd-gpios = <&twl_gpio 0 GPIO_ACTIVE_HIGH>;
        bus-width = <8>;
 };
index 45e2ce0803dec8a01d20c92a98a3b1f3b95735d1..96d0301a336a9b819828c9f0aef3cfe34d8bb5af 100644 (file)
 
 &mmc1 {
        vmmc-supply = <&vmmc1>;
-       vmmc_aux-supply = <&vsim>;
+       vqmmc-supply = <&vsim>;
        bus-width = <4>;
        pinctrl-names = "default";
        pinctrl-0 = <&mmc1_pins>;
index abd6921143beb328aad5e84d60d209d98147854f..908951eb5943ec4f938ee294f811fc0577236890 100644 (file)
@@ -33,7 +33,7 @@
 
 &mmc1 {
        vmmc-supply = <&vmmc1>;
-       vmmc_aux-supply = <&vsim>;
+       vqmmc-supply = <&vsim>;
        /*
         * S6-3 must be in ON position for 8 bit mode to function
         * Else, use 4 bit mode