diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2021-07-05 22:42:47 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-07-12 01:46:39 +0300 |
commit | 0238bcf80e972f2ce25d767e54f89a9e49773f6e (patch) | |
tree | f9c3424b849fc29b90c55b6b27f96aa371015ff5 /include/linux/platform_data/davinci_asp.h | |
parent | 5dcd276e1525e0c7ae7aa1f0426b6343ebf994e0 (diff) | |
download | linux-0238bcf80e972f2ce25d767e54f89a9e49773f6e.tar.xz |
ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASP
There is a single McASP on OMAP4 (and OMAP5) which is configured to only
support DIT playback mode on a single serializer.
Add 0x200 offset to DAT port address as the TRM suggests it.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20210705194249.2385-4-peter.ujfalusi@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/platform_data/davinci_asp.h')
-rw-r--r-- | include/linux/platform_data/davinci_asp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/davinci_asp.h b/include/linux/platform_data/davinci_asp.h index 5d1fb0d78a22..76b13ef67562 100644 --- a/include/linux/platform_data/davinci_asp.h +++ b/include/linux/platform_data/davinci_asp.h @@ -96,6 +96,7 @@ enum { MCASP_VERSION_2, /* DA8xx/OMAPL1x */ MCASP_VERSION_3, /* TI81xx/AM33xx */ MCASP_VERSION_4, /* DRA7xxx */ + MCASP_VERSION_OMAP, /* OMAP4/5 */ }; enum mcbsp_clk_input_pin { |