spi-imx: setup mode_bits we can handle
authorSascha Hauer <[email protected]>
Thu, 1 Oct 2009 22:44:30 +0000 (15:44 -0700)
committerLinus Torvalds <[email protected]>
Thu, 1 Oct 2009 23:11:16 +0000 (16:11 -0700)
Signed-off-by: Sascha Hauer <[email protected]>
Signed-off-by: Uwe Kleine-König <[email protected]>
Cc: David Brownell <[email protected]>
Cc: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/spi/spi_imx.c

index b91a5a8f6da6a243d260a476b4d16be08d5a542b..84dd4f3bd50efb1c9498857fc3242307a8c1a355 100644 (file)
@@ -545,6 +545,7 @@ static int __init spi_imx_probe(struct platform_device *pdev)
        spi_imx->bitbang.txrx_bufs = spi_imx_transfer;
        spi_imx->bitbang.master->setup = spi_imx_setup;
        spi_imx->bitbang.master->cleanup = spi_imx_cleanup;
+       spi_imx->bitbang.master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH;
 
        init_completion(&spi_imx->xfer_done);