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

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

Merge "coresight-tpda: add support to generate FREQTS packets"

parents dfad0f9a 9199ccc7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -94,6 +94,10 @@ static void __tpda_enable_pre_port(struct tpda_drvdata *drvdata)
		val = val | BIT(2);
	else
		val = val & ~BIT(2);

	/* Force ASYNC-VERSION-FREQTS sequence */
	val = val | BIT(21);

	tpda_writel(drvdata, val, TPDA_CR);

	/*