[alsa-devel] [PATCH] ASoC: Add device tree binding description for pcm030-audio-fabric
Signed-off-by: Eric Millbrandt emillbrandt@dekaresearch.com --- .../bindings/sound/pcm030-audio-fabric.txt | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/pcm030-audio-fabric.txt
diff --git a/Documentation/devicetree/bindings/sound/pcm030-audio-fabric.txt b/Documentation/devicetree/bindings/sound/pcm030-audio-fabric.txt new file mode 100644 index 0000000..6eacf23 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/pcm030-audio-fabric.txt @@ -0,0 +1,12 @@ +Phytec pcm030 audio + +Required properties: +- compatible : "phytec,pcm030-audio-fabric" +- asoc-platform : The mpc5200 controller's phandle for the ac97 controller + +Example: + +sound { + compatible = "phytec,pcm030-audio-fabric"; + asoc-platform = <&audioplatform>; +};
On 09/24/2012 04:19 PM, Eric Millbrandt wrote:
Signed-off-by: Eric Millbrandt emillbrandt@dekaresearch.com
+++ b/Documentation/devicetree/bindings/sound/pcm030-audio-fabric.txt @@ -0,0 +1,12 @@ +Phytec pcm030 audio
+Required properties: +- compatible : "phytec,pcm030-audio-fabric" +- asoc-platform : The mpc5200 controller's phandle for the ac97 controller
That's not a good property name; ASoC is AFAIK a Linux-specific term, and DT bindings are supposed to be OS-agnostic. Perhaps "ac97-controller" would be better?
participants (2)
-
Eric Millbrandt
-
Stephen Warren