]> git.baikalelectronics.ru Git - uboot.git/commit
board/BuR/common: fix PMIC mpu-pll setup
authorHannes Schmelzer <oe5hpm@oevsv.at>
Fri, 6 Jul 2018 13:41:23 +0000 (15:41 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 19 Jul 2018 21:03:34 +0000 (17:03 -0400)
commit1a639a6b9c9f0eed91698653cce147bbc736c875
tree19905ef4e6bbec3411eeefdd90456fb7e3cc6728
parent15b15bfc01814056858afe722f6fa8969f43bba5
board/BuR/common: fix PMIC mpu-pll setup

If a board-code calls the  pmicsetup(u32 mpupll) with a mpupll value
!= 0 it wants to force some frequency with the value provided by mpupll.
Setting up 1 GHz is wrong here.

Nobody did take notice about that yet, since every board calls this
function with zero.

Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
board/BuR/common/common.c