Commit e313536f92273cc592d37907dac439db2ef84f49

Authored by Dirk Eibach
Committed by Tom Rini
1 parent b46226bdb5

board: gdsys: Fix dlvision-10g I2C configuration

PPC4xx config options were not complete.
ICS8N3QV01 and SIL1178 needed some more configuration.

Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>

Showing 1 changed file with 8 additions and 2 deletions Side-by-side Diff

include/configs/dlvision-10g.h
... ... @@ -97,7 +97,10 @@
97 97 /*
98 98 * I2C stuff
99 99 */
  100 +#define CONFIG_SYS_I2C_PPC4XX
  101 +#define CONFIG_SYS_I2C_PPC4XX_CH0
100 102 #define CONFIG_SYS_I2C_PPC4XX_SPEED_0 100000
  103 +#define CONFIG_SYS_I2C_PPC4XX_SLAVE_0 0x7F
101 104  
102 105 #define CONFIG_SYS_I2C_IHS
103 106 #define CONFIG_SYS_I2C_IHS_CH0
... ... @@ -118,6 +121,11 @@
118 121 { 54, 27 }, { 56, 31 }, { 58, 36 }, { 60, 40 } }
119 122 #define CONFIG_DTT_TACH_LIMIT 0xa10
120 123  
  124 +#define CONFIG_SYS_ICS8N3QV01
  125 +#define CONFIG_SYS_ICS8N3QV01_I2C {0, 1}
  126 +#define CONFIG_SYS_SIL1178
  127 +#define CONFIG_SYS_SIL1178_I2C {0, 1}
  128 +
121 129 /* EBC peripherals */
122 130  
123 131 #define CONFIG_SYS_FLASH_BASE 0xFC000000
124 132  
... ... @@ -317,9 +325,7 @@
317 325 /*
318 326 * OSD Setup
319 327 */
320   -#define CONFIG_SYS_ICS8N3QV01
321 328 #define CONFIG_SYS_MPC92469AC
322   -#define CONFIG_SYS_SIL1178
323 329 #define CONFIG_SYS_OSD_SCREENS CONFIG_SYS_FPGA_COUNT
324 330  
325 331 #endif /* __CONFIG_H */