diff options
| author | Chin Liang See <[email protected]> | 2014-06-10 01:17:42 -0500 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2014-07-05 00:27:27 +0200 |
| commit | dc4d4aa14be278eaf7354c2916da6c5e7a538828 (patch) | |
| tree | 88f717566c3365c4573fbe755eb0e749e5623841 /include | |
| parent | 05b884b5cd56478ba617b5c6a0538efe590fe098 (diff) | |
socfpga: Adding Scan Manager driver
Scan Manager driver will be called to configure the IOCSR
scan chain. This configuration will setup the IO buffer settings
Signed-off-by: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Wolfgang Denk <[email protected]>
CC: Pavel Machek <[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 34291c7391e..7646a857c33 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/iocsr_config.h" #include "../../board/altera/socfpga/pll_config.h" /* |
