From 29474bfc39620192bd5d1c867a4151ce569906e8 Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Wed, 15 Feb 2017 11:23:45 +0800 Subject: MLK-13904-3: ASoC: fsl: add audio machine driver base on rpmsg Add machine driver, which is using the dummy codec. Signed-off-by: Shengjiu Wang Acked-by: Robin Gong --- Documentation/devicetree/bindings/sound/imx-audio-rpmsg.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/imx-audio-rpmsg.txt (limited to 'Documentation/devicetree/bindings/sound') diff --git a/Documentation/devicetree/bindings/sound/imx-audio-rpmsg.txt b/Documentation/devicetree/bindings/sound/imx-audio-rpmsg.txt new file mode 100644 index 000000000000..3f015974ffeb --- /dev/null +++ b/Documentation/devicetree/bindings/sound/imx-audio-rpmsg.txt @@ -0,0 +1,13 @@ +Freescale i.MX audio complex with rpmsg devices + +Required properties: +- compatible : "fsl,imx-audio-rpmsg" +- model : The user-visible name of this sound complex +- cpu-dai : The phandle of the i.MX rpmsg i2s device. + +Example: +sound-rpmsg { + compatible = "fsl,imx-audio-rpmsg"; + model = "rpmsg-audio"; + cpu-dai = <&rpmsg_i2s>; +}; -- cgit v1.2.3