mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-18 02:24:21 +08: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";
|
|
};
|
|
|