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

Commit 43f46faa authored by Vikram Mulukutla's avatar Vikram Mulukutla Committed by David Collins
Browse files

clk: clock-cpu-8994: Use INT_MAX as "max" when requesting APC0 voltage



The max voltage corners on APC0 may vary for CCI and
A53 regulators. To ensure that there is no discontiguous
range passed to the regulator framework, use INT_MAX
as the max value when voting on these regulators.

Change-Id: If33f460cd29e967fa86414e30fdee7fe46132c23
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent a4cbdba6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1191,6 +1191,9 @@ static int cpu_clock_8994_resources_init(struct platform_device *pdev)
	}
	sys_apcsaux_clk.c.parent = c;

	vdd_a53.use_max_uV = true;
	vdd_cci.use_max_uV = true;

	return 0;
}