From: Chen-Yu Tsai Date: Fri, 28 Oct 2016 10:21:34 +0000 (+0800) Subject: sunxi: Set default CPU clock rate to 1008 MHz for sun9i (A80) X-Git-Tag: v2016.11-rc3~16^2~4 X-Git-Url: https://git.sur5r.net/?p=u-boot;a=commitdiff_plain;h=c53344ad9cbf09e9444eb416041f9fb5f373aa9b sunxi: Set default CPU clock rate to 1008 MHz for sun9i (A80) In Allwinner's SDK the A80 is clocked to 1008 MHz by default. Signed-off-by: Chen-Yu Tsai Acked-by: Hans de Goede Signed-off-by: Hans de Goede --- diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index ee6ae37fb7..5cca1eae73 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -255,7 +255,7 @@ endif config SYS_CLK_FREQ default 816000000 if MACH_SUN50I default 912000000 if MACH_SUN7I - default 1008000000 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || MACH_SUN8I + default 1008000000 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || MACH_SUN8I || MACH_SUN9I config SYS_CONFIG_NAME default "sun4i" if MACH_SUN4I