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

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

Merge "soc: cpu_pwr_ctl: Fix enabling of l2 lpms after cpu coldboot"

parents d5dd0bba 5b8b0270
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -471,7 +471,7 @@ int msm8994_unclamp_secondary_arm_cpu(unsigned int cpu)
		goto out_acc_reg;

	val = scm_io_read((u32)res.start);
	val &= BIT(0);
	val &= ~BIT(0);
	scm_io_write((u32)res.start, val);

out_acc_reg: