Skip to content
Snippets Groups Projects
Commit 9998b6bc authored by Shengjiu Wang's avatar Shengjiu Wang
Browse files

LF-4175-11: ARM: dts: imx7ulp: update rpmsg audio nodes


Update rpmsg audio nodes to comply with upstreamed driver

Signed-off-by: default avatarShengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: default avatarPeng Zhang <peng.zhang_8@nxp.com>
parent 6d66f37e
No related branches found
No related tags found
No related merge requests found
...@@ -225,19 +225,11 @@ ...@@ -225,19 +225,11 @@
compatible = "fsl,rpmsg-input"; compatible = "fsl,rpmsg-input";
}; };
rpmsg_i2s: rpmsg-i2s { rpmsg_audio: rpmsg_audio {
compatible = "fsl,imx7ulp-rpmsg-i2s"; compatible = "fsl,imx7ulp-rpmsg-audio";
/* the audio device index in m4 domain */
fsl,audioindex = <0> ;
status = "okay";
};
sound-rpmsg {
compatible = "fsl,imx-audio-rpmsg";
model = "wm8960-audio"; model = "wm8960-audio";
cpu-dai = <&rpmsg_i2s>; fsl,rpmsg-out;
rpmsg-out; fsl,rpmsg-in;
rpmsg-in;
audio-routing = audio-routing =
"Headphone Jack", "HP_L", "Headphone Jack", "HP_L",
"Headphone Jack", "HP_R", "Headphone Jack", "HP_R",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment