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

Commit ad666a1f 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: Enable hard wired triggers for DCC linked lists" into msm-4.9

parents db8135b1 dc56a3f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -600,8 +600,8 @@ static int dcc_enable(struct dcc_drvdata *drvdata)
			dcc_writel(drvdata, 0, DCC_LL_TIMEOUT(list));
		}

		/* 4. Configure data sink and function type */
		dcc_writel(drvdata, ((drvdata->data_sink << 4) |
		/* 4. Configure trigger, data sink and function type */
		dcc_writel(drvdata, BIT(9) | ((drvdata->data_sink << 4) |
			   (drvdata->func_type[list])), DCC_LL_CFG(list));

		/* 5. Clears interrupt status register */