
On Fri, Jan 11, 2013 at 11:53:31AM +0100, Lars Poeschel wrote:
From: Lars Poeschel poeschel@lemonage.de
The board is named pcm051 and has this hardware: SOC: TI AM3359 DDR3-RAM: 2x MT41J256M8HX-15EIT:D 512MiB ETH 1: LAN8710AI SPI-Flash: W25Q64BVSSIG RTC: RV-4162-C7 I2C-EEPROM: CAT32WC32 NAND: MT29F4G08_VFPGA63 PMIC: TPS65910A3 LCD
Supported: UART 1 MMC/SD ETH 1 USB I2C SPI
Not yet supported: NAND RTC LCD
Signed-off-by: Lars Poeschel poeschel@lemonage.de
With the following added (due to another patch I pulled in)
diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index 2096fcf..aa90ba9 100644 --- a/include/configs/pcm051.h +++ b/include/configs/pcm051.h @@ -295,6 +295,7 @@ #define CONFIG_NET_MULTI #define CONFIG_PHY_GIGE #define CONFIG_PHYLIB +#define CONFIG_PHY_ADDR 0 #define CONFIG_PHY_SMSC
#endif /* ! __CONFIG_PCM051_H */
Applied to u-boot-ti/master, thanks!