diff options
author | Daniel Mack <zonque@gmail.com> | 2013-08-12 10:42:41 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-15 11:29:07 +0100 |
commit | c529ca4ab935c5a836bddec44cc80614df078a07 (patch) | |
tree | 04545d26e7be212cc9ca682b9dc8ae645d5cd76f /Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt | |
parent | a671468d336bc6c482ab04e88e6eaf38532270ee (diff) |
ASoC: pxa: add DT bindings for pxa2xx-pcm
The bindings do not carry any resources, as the module only registers
the ASoC platform driver.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt b/Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt new file mode 100644 index 00000000000..551fbb8348c --- /dev/null +++ b/Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt @@ -0,0 +1,15 @@ +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"; + }; + |