diff mbox

[U-Boot,v2,2/3] pcm051: Add support for Phytec phyCORE-AM335x

Message ID 20130125221113.GC30402@bill-the-cat
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Jan. 25, 2013, 10:11 p.m. UTC
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)


Applied to u-boot-ti/master, thanks!
diff mbox

Patch

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 */