From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sun, 28 Dec 2014 10:02:07 +0100 Subject: [U-Boot] [PATCH] sunxi: Fix PLL1 running at half speed on sun8i In-Reply-To: <1419756993.13595.11.camel@hellion.org.uk> References: <1419699763-12000-1-git-send-email-hdegoede@redhat.com> <1419756993.13595.11.camel@hellion.org.uk> Message-ID: <549FC70F.2010805@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 28-12-14 09:56, Ian Campbell wrote: > On Sat, 2014-12-27 at 18:02 +0100, Hans de Goede wrote: >> 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 > > Acked-by: Ian Campbell Thanks, queued up in u-boot-sunxi/next . Regards, Hans