[ARM] 5288/1: [AT91] Remove SMC configuration from devices.c files
authorAndrew Victor <linux@maxim.org.za>
Mon, 6 Oct 2008 19:01:00 +0000 (20:01 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 1 Dec 2008 17:18:10 +0000 (17:18 +0000)
commit461d3b4dcf2b3b92f819b668d16b36a87046fd98
treeb4a2f88b992997a5c7d7771f6e9c4376e6489d44
parent6781002bec5237ee8ac1e1daeb0ba976e780a884
[ARM] 5288/1: [AT91] Remove SMC configuration from devices.c files

In at91_add_device_nand(), do not configure the Static Memory
controller with specific timing values.
The *_devices.c files are board independent, and the SMC timing values
are specific to the NAND devices that are installed on the board.
The board-specific files are now responsible for configuring the
Static Memory controller (if the don't want to leave it up to a
bootloader).

Signed-off-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-at91/at91cap9_devices.c
arch/arm/mach-at91/at91sam9260_devices.c
arch/arm/mach-at91/at91sam9261_devices.c
arch/arm/mach-at91/at91sam9263_devices.c
arch/arm/mach-at91/at91sam9rl_devices.c