From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Thu, 19 Feb 2015 15:23:04 +0000 Subject: [U-Boot] [PATCH] sunxi: Fix sun5i mbus speed when booting old kernels In-Reply-To: <1424354356-29523-1-git-send-email-hdegoede@redhat.com> References: <1424354356-29523-1-git-send-email-hdegoede@redhat.com> Message-ID: <1424359384.30924.88.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 Thu, 2015-02-19 at 14:59 +0100, Hans de Goede wrote: > Older linux-sunxi-3.4 kernels override our PLL6 setting with 300 MHz, > halving the mbus frequency, so set it to 300 MHz ourselves and base the > mbus divider on that. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell