summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/imx-audio-rpmsg.txt
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2017-02-15 11:23:45 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:52:49 +0800
commit6e155db640433a60c101d41ffb7a5a36780457cf (patch)
treefb7f4867688a7f121393cf99e8447a2c59c3b375 /Documentation/devicetree/bindings/sound/imx-audio-rpmsg.txt
parent118fc234d59e4defee4743293af0279e4c44f744 (diff)
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 <shengjiu.wang@freescale.com> Acked-by: Robin Gong <yibin.gong@nxp.com> [ Aisheng: clean for a new base ] Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/imx-audio-rpmsg.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/imx-audio-rpmsg.txt13
1 files changed, 13 insertions, 0 deletions
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>;
+};