[ARM] 5611/1: ep93xx: update ts72xx nor flash support
authorHartley Sweeten <hartleys@visionengravers.com>
Mon, 20 Jul 2009 17:12:23 +0000 (18:12 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 23 Jul 2009 09:21:24 +0000 (10:21 +0100)
commit3174c88af4b6b2e81cacfaa2bb90cc7abe36f1cc
tree35726b3f0382ae7513a23575c0a1b075bfd51ead
parent4be3bd7849165e7efa6b0b35a23d6a3598d97465
[ARM] 5611/1: ep93xx: update ts72xx nor flash support

Update the NOR flash support for TS-7200.

The TS-7200 models all have 16-bit NOR flash.  Update the platform
init to support this.

Remove the private TS72XX_NOR_* defines and use the common ep93xx
defines for the external chip select physical base address instead.

Move the NOR flash registration into a static __init function.  When
the NAND flash support is updated this function will also be used
to register the NAND flash for the TS-7250 and TS-7260.

Tested-by: Matthieu Crapet <mcrapet@gmail.com>
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ep93xx/include/mach/ts72xx.h
arch/arm/mach-ep93xx/ts72xx.c