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>; +};