diff options
| author | Chin Liang See <[email protected]> | 2014-03-04 22:13:53 -0600 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2014-04-07 10:41:50 +0200 |
| commit | ddfeb0aaf49e30afff04e7a619913f09c2d4ce45 (patch) | |
| tree | 08d2d83879c3e5d748ce08bfe9ddac64f193cac7 /include | |
| parent | 1a9df13d5bc0b68c9dcae88d244c995c9351db67 (diff) | |
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 <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Wolfgang Denk <[email protected]>
CC: Pavel Machek <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Diffstat (limited to 'include')
| -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 608578ad2cf..02542497510 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 |
