diff options
| author | Leilk Liu <leilk.liu@mediatek.com> | 2019-06-05 11:07:04 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2019-06-06 22:24:00 +0100 |
| commit | 3e582c6e911ffe6c90b9f90324bdf85fc728d0c3 (patch) | |
| tree | d5d8eeffebce70504215a1422a8bb0801cff265c /include | |
| parent | b0823ee35cf9bc6b9a5403c12f12bd3e0b490045 (diff) | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/platform_data/spi-mt65xx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_data/spi-mt65xx.h b/include/linux/platform_data/spi-mt65xx.h index ba4e4bb70262..8d5df58a13ef 100644 --- a/include/linux/platform_data/spi-mt65xx.h +++ b/include/linux/platform_data/spi-mt65xx.h @@ -14,8 +14,6 @@ /* Board specific platform_data */ struct mtk_chip_config { - u32 tx_mlsb; - u32 rx_mlsb; u32 cs_pol; u32 sample_sel; }; |
