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

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

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

parents db278f33 43f46faa
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;
}