blob: 551fbb8348c25ae05002aed81ff5e8a8cf2f1358 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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";
};
|