diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-11-14 11:35:34 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-10 11:22:16 +0000 |
commit | 453c499028bf2ecf3b31ccb7c3657fe1b0b28943 (patch) | |
tree | 3ee1cdd4eff179dd30104d8ccba3873ddc9d06c9 /Documentation | |
parent | 4dcb5a0bffaa7dc51e738c4f651a31993b1eb08b (diff) | |
download | blackbird-op-linux-453c499028bf2ecf3b31ccb7c3657fe1b0b28943.tar.gz blackbird-op-linux-453c499028bf2ecf3b31ccb7c3657fe1b0b28943.zip |
ASoC: davinci-mcasp: Support for McASP version found in DRA7xx
The IP in DRA7xx is similar to the IP found in TI81xxAM3xxx/AM4xxx type of
SoCs but it is is integrated with sDMA instead of eDMA. The suitable pcm
driver for DRA7xx is the omap-pcm driver which is using dmaengine.
In the driver we can configure both dma related structures used for eDMA and
sDMA. The only thing we need to make sure that we set the correct dma_data
at startup with snd_soc_dai_set_dma_data()
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt b/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt index 1eed972d4719..990fa71ce804 100644 --- a/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt +++ b/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt @@ -5,6 +5,7 @@ Required properties: "ti,dm646x-mcasp-audio" : for DM646x platforms "ti,da830-mcasp-audio" : for both DA830 & DA850 platforms "ti,am33xx-mcasp-audio" : for AM33xx platforms (AM33xx, AM43xx, TI81xx) + "ti,dra7-mcasp-audio" : for DRA7xx platforms - reg : Should contain reg specifiers for the entries in the reg-names property. - reg-names : Should contain: |