On Wednesday 14 March 2012, Stefan Roese wrote:
This patch adds a generic target for SPEAr600 board that can be
configured via the device-tree. Currently the following devices
are supported via the devicetree:
- VIC interrupts
- PL011 UART
- PL061 GPIO
- Synopsys DW I2C
- Synopsys DW ethernet
Other peripheral devices (e.g. SMI flash, FSMC NAND flash etc) will
follow in later patches.
Only the spear600-evb is currently supported. Other SPEAr600
based boards will follow later.
Additionally the file spear600.c is deleted. It contained only
one empty function and is not needed. So lets just remove it.
Signed-off-by: Stefan Roese <redacted>
Cc: Viresh Kumar <redacted>
Cc: Arnd Bergmann <redacted>
Looks very good to me.
Reviewed-by: Arnd Bergmann <redacted>