diff options
| author | Mark Brown <broonie@kernel.org> | 2021-08-26 15:09:52 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2021-08-26 15:09:52 +0100 |
| commit | 6e9c846aa0c53673c5d53925a6122aa0e53a9795 (patch) | |
| tree | f5079b0c50765da8661050b7727d87458fdbde65 /include/linux/platform_data | |
| parent | d5f78f50fff3c69915bde28be901b8da56da7e06 (diff) | |
| parent | 26cfc0dbe43aae60dc03af27077775244f26c167 (diff) | |
Merge remote-tracking branch 'spi/for-5.15' into spi-next
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/spi-mt65xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/spi-mt65xx.h b/include/linux/platform_data/spi-mt65xx.h index 65fd5ffd257c..f0db674f07b8 100644 --- a/include/linux/platform_data/spi-mt65xx.h +++ b/include/linux/platform_data/spi-mt65xx.h @@ -12,5 +12,6 @@ /* Board specific platform_data */ struct mtk_chip_config { u32 sample_sel; + u32 tick_delay; }; #endif |
