Skip to content

Commit

Permalink
[ARM] 5185/1: Fix spi num_chipselect for lubbock
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Cameron authored and Russell King committed Aug 7, 2008
1 parent a09e64f commit 1f4de5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/lubbock.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static struct platform_device sa1111_device = {
* for the temperature sensors.
*/
static struct pxa2xx_spi_master pxa_ssp_master_info = {
.num_chipselect = 0,
.num_chipselect = 1,
};

static int lubbock_ads7846_pendown_state(void)
Expand Down

0 comments on commit 1f4de5a

Please sign in to comment.