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

Commit 5be852e3 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: dcc_v2: Add timeout for linked list"

parents f0c7cce9 7d9d2b50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -598,7 +598,7 @@ static int dcc_enable(struct dcc_drvdata *drvdata)
				   drvdata->ram_offset/4, DCC_LL_BASE(list));
			dcc_writel(drvdata, drvdata->ram_start +
				   drvdata->ram_offset/4, DCC_FD_BASE(list));
			dcc_writel(drvdata, 0, DCC_LL_TIMEOUT(list));
			dcc_writel(drvdata, 0xFFF, DCC_LL_TIMEOUT(list));
		}

		/* 4. Configure trigger, data sink and function type */