aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorLuhua Xu <luhua.xu@mediatek.com>2019-11-18 12:57:16 +0800
committerMark Brown <broonie@kernel.org>2019-11-18 17:47:00 +0000
commitae7c2d342a10dbef1e054482f46498b6282a1df0 (patch)
tree81e205e5e2f8e5df132c37cd51c6dbef0dbb0b36 /include/linux/platform_data
parentspi: st-ssc4: add missed pm_runtime_disable (diff)
downloadlinux-dev-ae7c2d342a10dbef1e054482f46498b6282a1df0.tar.xz
linux-dev-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/linux/platform_data')
-rw-r--r--include/linux/platform_data/spi-mt65xx.h1
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