[ARM] 3534/1: add spi support to lubbock platform
authorDavid Brownell <david-b@pacbell.net>
Sun, 18 Jun 2006 15:39:33 +0000 (16:39 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 18 Jun 2006 15:39:33 +0000 (16:39 +0100)
commit9df5db80a781c1a1c67388c82f64f835093c3cc3
tree65f80286fefe7a85a1d2cdb74a9befdcf9084564
parentebc67da65fda03cbe5b4019d91229287fddd5c6e
[ARM] 3534/1: add spi support to lubbock platform

Patch from David Brownell

This adds the platform device for SSP/SPI controller, and declares
the ads7846 device hooked up to it.  Not all Lubbock boards appear
to populate the connector needed to use this instead of the ucb1400
chip, but it can always be used as a temperature sensor.

In short, this is probably most useful as an example of how to
provide the configuration data used by the pxa2xx_spi driver.
(Last tested against a slightly earlier version of that driver.)

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/lubbock.c