Merge "platform: msm_shared: disable the PWRSAVE mode in LK"
diff --git a/platform/msm_shared/mmc.c b/platform/msm_shared/mmc.c
index f62d407..23bca45 100644
--- a/platform/msm_shared/mmc.c
+++ b/platform/msm_shared/mmc.c
@@ -3114,13 +3114,6 @@
 
 	/* Wait for the MMC_BOOT_MCI_CLK write to go through. */
 	mmc_mclk_reg_wr_delay();
-
-	/* Enable power save */
-	reg |= MMC_BOOT_MCI_CLK_PWRSAVE;
-	writel(reg, MMC_BOOT_MCI_CLK);
-
-	/* Wait for the MMC_BOOT_MCI_CLK write to go through. */
-	mmc_mclk_reg_wr_delay();
 }
 
 #if MMC_BOOT_BAM