Loading drivers/soc/qcom/pil-q6v5.c +2 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
drivers/soc/qcom/pil-q6v5.c +2 −0 Original line number Diff line number Diff line Loading @@ -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. Loading