mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 18:47:39 -04:00
fix comment
Change-Id: I9eaa21ecfafda9679b4aa1a3d15fa7a550b48876
This commit is contained in:
parent
8723132aaa
commit
d6732a1a9b
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ void set_cpu_frequency(long frequency)
|
||||||
/* go back to a known state: everything at 24MHz ! */
|
/* go back to a known state: everything at 24MHz ! */
|
||||||
imx233_clkctrl_set_bypass_pll(CLK_CPU, true);
|
imx233_clkctrl_set_bypass_pll(CLK_CPU, true);
|
||||||
imx233_clkctrl_set_clock_divisor(CLK_HBUS, 1);
|
imx233_clkctrl_set_clock_divisor(CLK_HBUS, 1);
|
||||||
/* set VDDD to 1.550 mV (brownout at 1.275 mV) */
|
/* set VDDD to 1.275 mV (brownout at 1.175 mV) */
|
||||||
imx233_power_set_regulator(REGULATOR_VDDD, 1275, 1175);
|
imx233_power_set_regulator(REGULATOR_VDDD, 1275, 1175);
|
||||||
/* clk_h@clk_p/2 */
|
/* clk_h@clk_p/2 */
|
||||||
imx233_clkctrl_set_clock_divisor(CLK_HBUS, 2);
|
imx233_clkctrl_set_clock_divisor(CLK_HBUS, 2);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue