From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sun, 28 Dec 2014 08:56:33 +0000 Subject: [U-Boot] [PATCH] sunxi: Fix PLL1 running at half speed on sun8i In-Reply-To: <1419699763-12000-1-git-send-email-hdegoede@redhat.com> References: <1419699763-12000-1-git-send-email-hdegoede@redhat.com> Message-ID: <1419756993.13595.11.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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