mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
The commit84a6a27ae3
("rockchip: rk3188: init CPU freq in clock driver") changed ARM clock from 600MHz to 1600MHz. It made boot unstable due to the fact that PMIC at the start generates insufficient voltage for operation. See also: commitf4f57c58b5
("rockchip: rk3188: Setup the armclk in spl"). Fixes commit84a6a27ae3
("rockchip: rk3188: init CPU freq in clock driver"). Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>