mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 02:21:36 +00:00
c529ca4ab9
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>
16 lines
310 B
Plaintext
16 lines
310 B
Plaintext
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";
|
|
};
|
|
|