Loading drivers/mmc/host/sdhci-msm.c +3 −0 Original line number Diff line number Diff line Loading @@ -2967,6 +2967,9 @@ static int sdhci_msm_probe(struct platform_device *pdev) goto vreg_deinit; } /* Unset HC_MODE_EN bit in HC_MODE register */ writel_relaxed(0, (msm_host->core_mem + CORE_HC_MODE)); /* Set SW_RST bit in POWER register (Offset 0x0) */ writel_relaxed(readl_relaxed(msm_host->core_mem + CORE_POWER) | CORE_SW_RST, msm_host->core_mem + CORE_POWER); Loading Loading
drivers/mmc/host/sdhci-msm.c +3 −0 Original line number Diff line number Diff line Loading @@ -2967,6 +2967,9 @@ static int sdhci_msm_probe(struct platform_device *pdev) goto vreg_deinit; } /* Unset HC_MODE_EN bit in HC_MODE register */ writel_relaxed(0, (msm_host->core_mem + CORE_HC_MODE)); /* Set SW_RST bit in POWER register (Offset 0x0) */ writel_relaxed(readl_relaxed(msm_host->core_mem + CORE_POWER) | CORE_SW_RST, msm_host->core_mem + CORE_POWER); Loading