commit | d6cea11b092a2c28ecf8371c093214cbb112e926 | [log] [tgz] |
---|---|---|
author | Cezary Gapinski <cezary.gapinski@gmail.com> | Mon Dec 24 23:00:31 2018 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Jan 07 18:24:17 2019 +0000 |
tree | 4cec5c306e71b317d3f96d17f96772377ee51f99 | |
parent | bb35c9f91a8dec397e76f332dd93637e396e9054 [diff] |
spi: stm32: use explicit CPOL and CPHA mode bits Driver supports SPI mode 0 to 3 not only the mode 3. Use SPI_CPOL and SPI_CPHA indicates that these bits can be changed to obtain modes 0 - 3. Signed-off-by: Cezary Gapinski <cezary.gapinski@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>