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

Commit 209784c2 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "coresight: tpdm: Config ts_all bit for cmb tpdms"

parents 203638da 2537774a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -595,6 +595,11 @@ static void __tpdm_enable_cmb(struct tpdm_drvdata *drvdata)
		val = val | BIT(1);
	else
		val = val & ~BIT(1);
	if (drvdata->cmb->ts_all)
		val = val | BIT(2);
	else
		val = val & ~BIT(2);

	tpdm_writel(drvdata, val, TPDM_CMB_TIER);

	__tpdm_config_cmb_msr(drvdata);