[PATCH v4 2/7] Documentation: DT: add sam9x5ek-wm8731 machine driver
From: Richard Genoud <hidden>
Date: 2013-07-10 09:33:05
Also in:
alsa-devel, linux-devicetree, lkml
From: Richard Genoud <hidden>
Date: 2013-07-10 09:33:05
Also in:
alsa-devel, linux-devicetree, lkml
2013/7/9 Mark Brown [off-list ref]:
On Tue, Jul 09, 2013 at 04:25:28PM +0200, Richard Genoud wrote:quoted
This add the sound DT binding for sam9x5ek-wm8731 machine driver Signed-off-by: Richard Genoud <redacted> --- .../bindings/sound/atmel-sam9x5-wm8731-audio.txt | 30 ++++++++++++++++++++Put new binding documents in the same patch that reads them, this makes review easier.
ok, I'll squash it with patch 1
quoted
+ - atmel,audio-routing: A list of the connections between audio components.This needs to be more specific and list the available board specific nodes for routing. For the CODEC you can just refer to the CODEC binding documentation.
Ok, I'll do that.
quoted
+ - atmel,format: DAI format. Must be "i2s"So why not just omit this then?
Will be removed.
quoted
+ - atmel,bitclock-master: DAI clock master + - atmel,frame-master: DAI frame masterThe driver isn't handling these and there's no information on how to set them.
They will also go away. Thanks !