diff options
| author | Holger Brunck <[email protected]> | 2011-09-13 22:41:05 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-11-03 22:56:23 +0100 |
| commit | f0d6425790e7a6f97dd913de54b2f5f47cd5b5b4 (patch) | |
| tree | f90b8b2fbdba2e77a7370eabdf7885a243ae3ac6 /include | |
| parent | 66072a8ca0015afc137d5cd074407422fae1ab89 (diff) | |
arm/km: trigger reconfiguration for the Xilinx FPGA
The Xilinx FPGA must be reconfigured each time the unit
reboots. The FPGA is connected to the GPIO pin 39 from kirkwood.
This patch triggers this pin for km_kirkwood_pci targets.
Signed-off-by: Holger Brunck <[email protected]>
Signed-off-by: Valentin Longchamp <[email protected]>
cc: Prafulla Wadaskar <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/km_kirkwood.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/km_kirkwood.h b/include/configs/km_kirkwood.h index e51b270e1d1..ed361241567 100644 --- a/include/configs/km_kirkwood.h +++ b/include/configs/km_kirkwood.h @@ -54,4 +54,7 @@ #define KM_IVM_BUS "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/ #define KM_ENV_BUS "pca9544a:70:d" /* I2C2 (Mux-Port 5)*/ +/* GPIO Pin from kirkwood connected to PROGRAM_B pin of the xilinx FPGA */ +#define KM_XLX_PROGRAM_B_PIN 39 + #endif /* _CONFIG_KM_KIRKWOOD */ |
