diff options
author | Jonathan Cameron <jic23@cam.ac.uk> | 2008-08-04 09:41:27 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-07 05:25:11 -0400 |
commit | 1f4de5a0e3b4a4b8afa2cddb46429d32e1053c14 (patch) | |
tree | 751eb9ccc39fe9506990fe052c9adadf1a541e8b /arch/arm/mach-pxa/lubbock.c | |
parent | a09e64fbc0094e3073dbb09c3b4bfe4ab669244b (diff) |
[ARM] 5185/1: Fix spi num_chipselect for lubbock
Change num_chipselect for lubbock ssp master to reflect requirement
of spi subsystem that all buses have at least 1 chip select.
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Acked-by: Eric Miao <eric.miao@marvell.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/lubbock.c')
-rw-r--r-- | arch/arm/mach-pxa/lubbock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/lubbock.c b/arch/arm/mach-pxa/lubbock.c index 4ba8d3190721..bb9e09208b9f 100644 --- a/arch/arm/mach-pxa/lubbock.c +++ b/arch/arm/mach-pxa/lubbock.c | |||
@@ -224,7 +224,7 @@ static struct platform_device sa1111_device = { | |||
224 | * for the temperature sensors. | 224 | * for the temperature sensors. |
225 | */ | 225 | */ |
226 | static struct pxa2xx_spi_master pxa_ssp_master_info = { | 226 | static struct pxa2xx_spi_master pxa_ssp_master_info = { |
227 | .num_chipselect = 0, | 227 | .num_chipselect = 1, |
228 | }; | 228 | }; |
229 | 229 | ||
230 | static int lubbock_ads7846_pendown_state(void) | 230 | static int lubbock_ads7846_pendown_state(void) |