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

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

Merge "msm: lpm-levels: Add support for CCI auto hardware clock gating"

parents dee6e198 6220429a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -226,6 +226,8 @@ int set_l2_mode(struct low_power_ops *ops, int mode, bool notify_rpm)

int set_cci_mode(struct low_power_ops *ops, int mode, bool notify_rpm)
{
	if (mode == MSM_SPM_MODE_CLOCK_GATING)
		mode = MSM_SPM_MODE_DISABLED;
	return msm_spm_config_low_power_mode(ops->spm, mode, notify_rpm);
}