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

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

Merge "msm: ipa: enable APPS wakeup due to IPA-BAM->A7 interrupt"

parents 19b3e4ea e142e50c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2609,7 +2609,8 @@ static int ipa_init(const struct ipa_plat_drv_res *resource_p,
	bam_props.num_pipes = IPA_NUM_PIPES;
	bam_props.summing_threshold = IPA_SUMMING_THRESHOLD;
	bam_props.event_threshold = IPA_EVENT_THRESHOLD;
	bam_props.options |= SPS_BAM_NO_LOCAL_CLK_GATING;
	bam_props.options |= (SPS_BAM_NO_LOCAL_CLK_GATING |
		SPS_BAM_OPT_IRQ_WAKEUP);
	bam_props.ee = resource_p->ee;

	result = sps_register_bam_device(&bam_props, &ipa_ctx->bam_handle);