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

Commit 5474ca56 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: sdhci-msm: Restore CMDQ_VENDOR_SPECIFIC_CFG register correctly"

parents 45e5597f 1faebd28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2721,8 +2721,8 @@ static void sdhci_msm_registers_restore(struct sdhci_host *host)
			host->ioaddr + msm_offset->core_pwrctl_mask);

	if (cq_host)
		cqhci_writel(cq_host, msm_host->cqe_regs.cqe_vendor_cfg1,
				CQHCI_VENDOR_CFG1);
		cqhci_writel(cq_host, msm_host->cqe_regs.cqe_vendor_cfg1 &
				~CMDQ_SEND_STATUS_TRIGGER, CQHCI_VENDOR_CFG1);

	if (((ios.timing == MMC_TIMING_MMC_HS400) ||
			(ios.timing == MMC_TIMING_MMC_HS200) ||