diff options
| author | Leilk Liu <[email protected]> | 2017-06-12 09:24:39 +0800 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2017-06-13 19:42:31 +0100 |
| 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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
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 @@ struct mtk_chip_config { u32 tx_mlsb; u32 rx_mlsb; + u32 cs_pol; + u32 sample_sel; }; #endif |