diff options
author | Henrik Nordstrom <henrik@henriknordstrom.net> | 2014-06-13 22:55:50 +0200 |
---|---|---|
committer | Ian Campbell <ijc@hellion.org.uk> | 2014-07-18 19:42:10 +0100 |
commit | 14bc66bd9a1d8073a12c6e785ab379909f620356 (patch) | |
tree | 6c3afe5e3736d14bae914b2f2b03996122233f2b /include/configs/sun4i.h | |
parent | 6620377e4b8be3c232c59d673efcd673c30bc69f (diff) | |
download | u-boot-14bc66bd9a1d8073a12c6e785ab379909f620356.tar.gz |
sunxi: Add axp209 pmic support
Add support for the x-powers axp209 pmic which is found on most A10, A13 and
A20 boards.
And enable AXP209 support for the Cubietruck and Cubieboard boards.
Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'include/configs/sun4i.h')
-rw-r--r-- | include/configs/sun4i.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sun4i.h b/include/configs/sun4i.h index 6560b65b38..037f9952f8 100644 --- a/include/configs/sun4i.h +++ b/include/configs/sun4i.h @@ -12,6 +12,7 @@ * A10 specific configuration */ #define CONFIG_SUN4I /* sun4i SoC generation */ +#define CONFIG_CLK_FULL_SPEED 1008000000 #define CONFIG_SYS_PROMPT "sun4i# " |