diff options
author | Luhua Xu <luhua.xu@mediatek.com> | 2019-11-18 12:57:16 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-11-18 17:47:00 +0000 |
commit | ae7c2d342a10dbef1e054482f46498b6282a1df0 (patch) | |
tree | 81e205e5e2f8e5df132c37cd51c6dbef0dbb0b36 /include | |
parent | cd050abeba2a95fe5374eec28ad2244617bcbab6 (diff) | |
download | lwn-ae7c2d342a10dbef1e054482f46498b6282a1df0.tar.gz lwn-ae7c2d342a10dbef1e054482f46498b6282a1df0.zip |
spi: mediatek: add SPI_CS_HIGH support
Change to use SPI_CS_HIGH to support spi CS polarity setting
for chips support enhance_timing.
Signed-off-by: Luhua Xu <luhua.xu@mediatek.com>
Link: https://lore.kernel.org/r/1574053037-26721-2-git-send-email-luhua.xu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/spi-mt65xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/spi-mt65xx.h b/include/linux/platform_data/spi-mt65xx.h index f0e6d6483e62..65fd5ffd257c 100644 --- a/include/linux/platform_data/spi-mt65xx.h +++ b/include/linux/platform_data/spi-mt65xx.h @@ -11,7 +11,6 @@ /* Board specific platform_data */ struct mtk_chip_config { - u32 cs_pol; u32 sample_sel; }; #endif |