diff options
| author | Chin Liang See <[email protected]> | 2013-09-11 11:24:48 -0500 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2013-10-07 19:32:21 +0200 |
| commit | 5d649d2b089836f118fcd5a008c5f9d1f5a83e4f (patch) | |
| tree | ea84462038f31a142e51d9f61911fd1105803170 /include | |
| parent | 0610a16cf263d0023b4e3de1f1710906992a91b6 (diff) | |
socfpga: Adding System Manager driver
Adding System Manager driver which will configure the
pin mux for real hardware Cyclone V development kit
(not Virtual Platform)
Signed-off-by: Chin Liang See <[email protected]>
Reviewed-by: Pavel Machek <[email protected]>
Acked-by: Dinh Nguyen <[email protected]>
Cc: Wolfgang Denk <[email protected]>
CC: Pavel Machek <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Albert Aribaud <[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 06aeba61dd2..346ca72327a 100644 --- a/include/configs/socfpga_cyclone5.h +++ b/include/configs/socfpga_cyclone5.h @@ -7,6 +7,7 @@ #define __CONFIG_H #include <asm/arch/socfpga_base_addrs.h> +#include "../../board/altera/socfpga/pinmux_config.h" /* * High level configuration |
