spi: mediatek: add SPI_LSB_FIRST support

this patch add SPI_LSB_FIRST feature support.

Signed-off-by: Leilk Liu <leilk.liu@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Leilk Liu
2019-06-05 11:07:04 +08:00
committed by Mark Brown
parent b0823ee35c
commit 3e582c6e91
2 changed files with 6 additions and 11 deletions

View File

@@ -14,8 +14,6 @@
/* Board specific platform_data */
struct mtk_chip_config {
u32 tx_mlsb;
u32 rx_mlsb;
u32 cs_pol;
u32 sample_sel;
};