diff options
author | Chin Liang See <clsee@altera.com> | 2014-03-04 22:13:53 -0600 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-04-07 10:41:50 +0200 |
commit | ddfeb0aaf49e30afff04e7a619913f09c2d4ce45 (patch) | |
tree | 08d2d83879c3e5d748ce08bfe9ddac64f193cac7 /include/configs | |
parent | 1a9df13d5bc0b68c9dcae88d244c995c9351db67 (diff) | |
download | u-boot-imx-ddfeb0aaf49e30afff04e7a619913f09c2d4ce45.zip u-boot-imx-ddfeb0aaf49e30afff04e7a619913f09c2d4ce45.tar.gz u-boot-imx-ddfeb0aaf49e30afff04e7a619913f09c2d4ce45.tar.bz2 |
socfpga: Adding Clock Manager driver
Clock Manager driver will be called to reconfigure all the
clocks setting based on user input. The input are passed to
Preloader through handoff files
Signed-off-by: Chin Liang See <clsee@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
CC: Pavel Machek <pavel@denx.de>
Cc: Dinh Nguyen <dinguyen@altera.com>
Acked-by: Pavel Machek <pavel@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/socfpga_cyclone5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h index 608578a..0254249 100644 --- a/include/configs/socfpga_cyclone5.h +++ b/include/configs/socfpga_cyclone5.h @@ -8,6 +8,7 @@ #include <asm/arch/socfpga_base_addrs.h> #include "../../board/altera/socfpga/pinmux_config.h" +#include "../../board/altera/socfpga/pll_config.h" /* * High level configuration |