]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mmc/omap_hsmmc.c
palmas: rename twl6035_mmc1_poweron_ldo with an palmas generic function
[karo-tx-uboot.git] / drivers / mmc / omap_hsmmc.c
index b39db9e32fe05900a6e60e664556190199c80b1e..afdfa886e8a013d44e6b3e759b8662ccc8c6bf80 100644 (file)
@@ -117,7 +117,7 @@ static void omap5_pbias_config(struct mmc *mmc)
        value |= SDCARD_BIAS_HIZ_MODE;
        writel(value, (*ctrl)->control_pbias);
 
-       twl6035_mmc1_poweron_ldo();
+       palmas_mmc1_poweron_ldo();
 
        value = readl((*ctrl)->control_pbias);
        value &= ~SDCARD_BIAS_HIZ_MODE;