commit | 044d0bb620be2ecb02c7f8c2d4b547f7b7101811 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Thu Aug 15 14:11:21 2013 +0800 |
committer | Mark Brown <broonie@linaro.org> | Thu Aug 29 13:40:48 2013 +0100 |
tree | 3d0d3bb36766323dc2be3ea01818480716c73e67 | |
parent | d8dfad3876e4386666b759da3c833d62fb8b2267 [diff] |
spi: nuc900: Fix mode_bits setting The code in nuc900_slave_select() supports handling SPI_CS_HIGH. Thus set SPI_CS_HIGH bit in master->mode_bits to make it work. Otherwise, spi_setup() will return unsupported mode bits error message if SPI_CS_HIGH is set in the mode field of struct spi_device. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>