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/at91rm9200_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/at91rm9200_devices.c')
-rw-r--r-- | arch/arm/mach-at91/at91rm9200_devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91rm9200_devices.c b/arch/arm/mach-at91/at91rm9200_devices.c index cebea4168778..a2647265c214 100644 --- a/arch/arm/mach-at91/at91rm9200_devices.c +++ b/arch/arm/mach-at91/at91rm9200_devices.c | |||
@@ -376,7 +376,7 @@ static struct at91_nand_data nand_data; | |||
376 | static struct resource nand_resources[] = { | 376 | static struct resource nand_resources[] = { |
377 | { | 377 | { |
378 | .start = NAND_BASE, | 378 | .start = NAND_BASE, |
379 | .end = NAND_BASE + SZ_8M - 1, | 379 | .end = NAND_BASE + SZ_256M - 1, |
380 | .flags = IORESOURCE_MEM, | 380 | .flags = IORESOURCE_MEM, |
381 | } | 381 | } |
382 | }; | 382 | }; |