Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | mpc5200: digsy_mtc: Fix extension board detection | Anatolij Gustschin | 2011-12-12 | -7/+8 |
| | | | | | | | | | | | | | | Switch to extension board detection using pci_find_device() instead of detecting by i2c access to EEPROM device on extension board. This is a cleaner detection method since EEPROM addresses can be different on different board revisions. This also avoids "i2c_read: failed to address chip" error messages in the boot log on boards without extension board which may confuse users. Signed-off-by: Anatolij Gustschin <agust@denx.de> | |||
* | mpc5200: digsy_mtc: fix extension board EEPROM I2C address for rev5 | Anatolij Gustschin | 2011-08-04 | -4/+1 |
| | | | | | | | | | On newer rev5 hardware the extension board EEPROM I2C address has been changed to 0x54. Make this I2C address configurable depending on CONFIG_DIGSY_REV5 so that extention board presence detection works correctly on newer hardware. Signed-off-by: Anatolij Gustschin <agust@denx.de> | |||
* | digsy_mtc: move board into vendor dir and add vendor logo | Anatolij Gustschin | 2011-07-27 | -0/+500 |
Signed-off-by: Anatolij Gustschin <agust@denx.de> |