diff options
author | Daniel Mack <daniel@zonque.org> | 2018-06-27 22:33:58 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-06-29 14:05:25 +0300 |
commit | c7b4f15ddb4f28451679019374027f5223c616ce (patch) | |
tree | b7ea05f202aaaaac7472c0b6948dc9b0e822b7c2 /Documentation/devicetree/bindings | |
parent | d767d3ce5c48b3378e20e8cfd5d5379c4ca6001b (diff) | |
download | linux-c7b4f15ddb4f28451679019374027f5223c616ce.tar.xz |
ASoC: pxa: remove bindings from pxa2xx-pcm
This platform is no longer needed on DT boards, so let's remove them to
avoid confusion. DT bindings should use the CPU DAIs (I2S/SSP/AC97)
directly.
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt b/Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt deleted file mode 100644 index 551fbb8348c2..000000000000 --- a/Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt +++ /dev/null @@ -1,15 +0,0 @@ -DT bindings for ARM PXA2xx PCM platform driver - -This is just a dummy driver that registers the PXA ASoC platform driver. -It does not have any resources assigned. - -Required properties: - - - compatible 'mrvl,pxa-pcm-audio' - -Example: - - pxa_pcm_audio: snd_soc_pxa_audio { - compatible = "mrvl,pxa-pcm-audio"; - }; - |