commit | 645d4d5698da9765eecab71793dd9dea2f18130a | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sat Dec 27 17:56:59 2014 +0100 |
committer | Hans de Goede <hdegoede@redhat.com> | Wed Jan 14 14:56:37 2015 +0100 |
tree | c472b895a16a2ca13c3a625cd83bbf4ac8013019 | |
parent | 59ed60132eedfe2404923c0d25a1e82cfc4e080b [diff] |
sunxi: Fix PLL1 running at half speed on sun8i PLL1 on sun6i / sun8i also has a p factor which divides the clock by 2^p (to the power p). On sun6i the p factor is ignored, but on sun8i it is used and we were setting it to 1, resulting in the CPU running at 504 MHz instead of 1008 MHz, this commit fixes this. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>