commit | 29bea94c69c77dede9cd893a5b96a725036f9aca | [log] [tgz] |
---|---|---|
author | Hannes Schmelzer <oe5hpm@oevsv.at> | Fri Jul 06 15:41:23 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 19 17:03:34 2018 -0400 |
tree | 19905ef4e6bbec3411eeefdd90456fb7e3cc6728 | |
parent | 7d35231d3737ed156cacb6d88c5a868b07328720 [diff] |
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>