diff options
author | Andrew Victor <linux@maxim.org.za> | 2008-01-23 03:21:02 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:00:32 -0500 |
commit | 228235584f0dc1ab7f33f53d6cea8ee8a4d7f0da (patch) | |
tree | 1e65a03174b32c021c200117ba79f1d89f5ac4d6 /arch/arm/mach-at91/at91sam9261_devices.c | |
parent | bfbc32663d4846039f88c0eccc1956587d89c042 (diff) |
[ARM] 4755/1: [AT91] NAND update
Map the complete memory region (SZ_256M) as is done on the other AT91
processors.
The SMC_SMARTMEDIA bit should be set in the EBI controller to enable
the hardware NAND logic.
(Patch from Sascha Erlacher)
Signed-off-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91/at91sam9261_devices.c')
-rw-r--r-- | arch/arm/mach-at91/at91sam9261_devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91sam9261_devices.c b/arch/arm/mach-at91/at91sam9261_devices.c index 266ccf01be53..ba84ba6f18fb 100644 --- a/arch/arm/mach-at91/at91sam9261_devices.c +++ b/arch/arm/mach-at91/at91sam9261_devices.c | |||
@@ -233,7 +233,7 @@ void __init at91_add_device_nand(struct at91_nand_data *data) | |||
233 | return; | 233 | return; |
234 | 234 | ||
235 | csa = at91_sys_read(AT91_MATRIX_EBICSA); | 235 | csa = at91_sys_read(AT91_MATRIX_EBICSA); |
236 | at91_sys_write(AT91_MATRIX_EBICSA, csa | AT91_MATRIX_CS3A_SMC); | 236 | at91_sys_write(AT91_MATRIX_EBICSA, csa | AT91_MATRIX_CS3A_SMC_SMARTMEDIA); |
237 | 237 | ||
238 | /* set the bus interface characteristics */ | 238 | /* set the bus interface characteristics */ |
239 | at91_sys_write(AT91_SMC_SETUP(3), AT91_SMC_NWESETUP_(0) | AT91_SMC_NCS_WRSETUP_(0) | 239 | at91_sys_write(AT91_SMC_SETUP(3), AT91_SMC_NWESETUP_(0) | AT91_SMC_NCS_WRSETUP_(0) |