diff options
| author | Leilk Liu <leilk.liu@mediatek.com> | 2017-06-11 21:24:39 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2017-06-13 14:42:31 -0400 |
| commit | 058fe49da3b6ab71b57effd49dcc5d007071eea5 (patch) | |
| tree | 6a1afa45a4b8e8571b49c86d590b5a1425827fae /include/linux/platform_data | |
| parent | d27ae103bf89a0ed28976da58a8f5e1c4c85ecb5 (diff) | |
spi: mediatek: adjust register to enhance time accuracy
this patch adjust register to enhance time accuracy.
Signed-off-by: Leilk Liu <leilk.liu@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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/spi-mt65xx.h b/include/linux/platform_data/spi-mt65xx.h index 54b04483976c..ba4e4bb70262 100644 --- a/include/linux/platform_data/spi-mt65xx.h +++ b/include/linux/platform_data/spi-mt65xx.h | |||
| @@ -16,5 +16,7 @@ | |||
| 16 | struct mtk_chip_config { | 16 | struct mtk_chip_config { |
| 17 | u32 tx_mlsb; | 17 | u32 tx_mlsb; |
| 18 | u32 rx_mlsb; | 18 | u32 rx_mlsb; |
| 19 | u32 cs_pol; | ||
| 20 | u32 sample_sel; | ||
| 19 | }; | 21 | }; |
| 20 | #endif | 22 | #endif |
