diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2021-07-05 21:42:47 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-07-12 00:46:39 +0200 |
commit | 0238bcf80e972f2ce25d767e54f89a9e49773f6e (patch) | |
tree | f9c3424b849fc29b90c55b6b27f96aa371015ff5 /sound/soc/ti/Kconfig | |
parent | ASoC: dt-bindings: davinci-mcasp: Add compatible string for OMAP4 (diff) | |
download | linux-0238bcf80e972f2ce25d767e54f89a9e49773f6e.tar.xz linux-0238bcf80e972f2ce25d767e54f89a9e49773f6e.zip |
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 'sound/soc/ti/Kconfig')
-rw-r--r-- | sound/soc/ti/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/ti/Kconfig b/sound/soc/ti/Kconfig index 698d7bc84dcf..1d9fe3fca193 100644 --- a/sound/soc/ti/Kconfig +++ b/sound/soc/ti/Kconfig @@ -35,6 +35,7 @@ config SND_SOC_DAVINCI_MCASP various Texas Instruments SoCs like: - daVinci devices - Sitara line of SoCs (AM335x, AM438x, etc) + - OMAP4 - DRA7x devices - Keystone devices - K3 devices (am654, j721e) |