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

Commit ab12c7ea authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: pil-q6v5: Read the written value back in reset sequence"

parents 04a02b12 ffc6ee02
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -443,6 +443,8 @@ static int __pil_q6v55_reset(struct pil_desc *pil)
			val |= BIT(i);
			writel_relaxed(val, drv->reg_base +
						QDSP6SS_MEM_PWR_CTL);
			val |= readl_relaxed(drv->reg_base +
						QDSP6SS_MEM_PWR_CTL);
			/*
			 * Wait for 1us for both memory peripheral and
			 * data array to turn on.