[ARM] 5130/4: Support for the at91sam9g20
authorsedji gaouaou <sedji.gaouaou@atmel.com>
Thu, 10 Jul 2008 09:15:35 +0000 (10:15 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 10 Jul 2008 11:13:47 +0000 (12:13 +0100)
commit613526677a74c2b3d1b1696ea7334b2cf35155b3
tree785ec10351bceedc278bba66a54c212f8e3d5f54
parent16074b669ea97e2bef494ec7cceb475566f763e3
[ARM] 5130/4: Support for the at91sam9g20

Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.

AT91sam9g20 is an evolution of the at91sam9260 with a faster clock
speed.
We created a new board for this device but based the chip support
directly on 9260 files with little updates.
Here is the chip page on Atmel wabsite:
http://atmel.com/dyn/products/product_card.asp?part_id=4337

Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
Signed-off-by: Justin Waters <justin.waters@timesys.com>
Acked-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
16 files changed:
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/Makefile
arch/arm/mach-at91/at91sam9260.c
arch/arm/mach-at91/at91sam9260_devices.c
arch/arm/mach-at91/board-sam9g20ek.c [new file with mode: 0644]
arch/arm/mach-at91/clock.c
arch/arm/mach-at91/pm.c
arch/arm/mm/Kconfig
drivers/net/Kconfig
drivers/usb/gadget/at91_udc.c
include/asm-arm/arch-at91/at91sam9260.h
include/asm-arm/arch-at91/board.h
include/asm-arm/arch-at91/cpu.h
include/asm-arm/arch-at91/hardware.h
include/asm-arm/arch-at91/timex.h
sound/soc/at91/at91-ssc.c