commit | 2b17a3c759e5e2ed3faafb69e243ec312e3bf0da | [log] [tgz] |
---|---|---|
author | Sowjanya Komatineni <skomatineni@nvidia.com> | Tue Mar 26 22:56:33 2019 -0700 |
committer | Mark Brown <broonie@kernel.org> | Mon Apr 01 15:50:47 2019 +0700 |
tree | 9a59455aed5ac66773ca5e5745da27942044a995 | |
parent | fc9ba6e3e28afcedf3bb3105b1d8cbc5c183c2a3 [diff] |
spi: tegra114: add SPI_LSB_FIRST support Tegra SPI controller supports lsb first mode. Default is MSB bit first and on selection of SPI_LSB_FIRST through SPI mode transmission happens with LSB bit first. This patch adds SPI_LSB_FIRST flag to mode_bits and also configures it on request. Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Signed-off-by: Mark Brown <broonie@kernel.org>