mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
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>
This commit is contained in:
parent
b46226bdb5
commit
e313536f92
1 changed files with 8 additions and 2 deletions
|
@ -97,7 +97,10 @@
|
|||
/*
|
||||
* I2C stuff
|
||||
*/
|
||||
#define CONFIG_SYS_I2C_PPC4XX
|
||||
#define CONFIG_SYS_I2C_PPC4XX_CH0
|
||||
#define CONFIG_SYS_I2C_PPC4XX_SPEED_0 100000
|
||||
#define CONFIG_SYS_I2C_PPC4XX_SLAVE_0 0x7F
|
||||
|
||||
#define CONFIG_SYS_I2C_IHS
|
||||
#define CONFIG_SYS_I2C_IHS_CH0
|
||||
|
@ -118,6 +121,11 @@
|
|||
{ 54, 27 }, { 56, 31 }, { 58, 36 }, { 60, 40 } }
|
||||
#define CONFIG_DTT_TACH_LIMIT 0xa10
|
||||
|
||||
#define CONFIG_SYS_ICS8N3QV01
|
||||
#define CONFIG_SYS_ICS8N3QV01_I2C {0, 1}
|
||||
#define CONFIG_SYS_SIL1178
|
||||
#define CONFIG_SYS_SIL1178_I2C {0, 1}
|
||||
|
||||
/* EBC peripherals */
|
||||
|
||||
#define CONFIG_SYS_FLASH_BASE 0xFC000000
|
||||
|
@ -317,9 +325,7 @@
|
|||
/*
|
||||
* OSD Setup
|
||||
*/
|
||||
#define CONFIG_SYS_ICS8N3QV01
|
||||
#define CONFIG_SYS_MPC92469AC
|
||||
#define CONFIG_SYS_SIL1178
|
||||
#define CONFIG_SYS_OSD_SCREENS CONFIG_SYS_FPGA_COUNT
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
Loading…
Reference in a new issue