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

LF-4175-10: arm64: dts: imx8mm: 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 bf3e03b2
No related branches found
No related tags found
Loading
......@@ -60,28 +60,20 @@
status = "disabled";
};
rpmsg_i2s: rpmsg-i2s {
compatible = "fsl,imx8mq-rpmsg-i2s";
/* the audio device index in m4 domain */
fsl,audioindex = <0> ;
fsl,dma-buffer-size = <0x6000000>;
rpmsg_audio: rpmsg_audio {
compatible = "fsl,imx8mm-rpmsg-audio";
model = "ak4497-audio";
fsl,enable-lpa;
fsl,rpmsg-out;
clocks = <&clk IMX8MM_CLK_SAI1_IPG>,
<&clk IMX8MM_CLK_SAI1_ROOT>,
<&clk IMX8MM_CLK_SDMA3_ROOT>,
<&clk IMX8MM_AUDIO_PLL1_OUT>,
<&clk IMX8MM_AUDIO_PLL2_OUT>;
clock-names = "bus", "mclk", "dma", "pll8k", "pll11k";
clock-names = "ipg", "mclk", "dma", "pll8k", "pll11k";
status = "okay";
};
sound-rpmsg {
compatible = "fsl,imx-audio-rpmsg";
model = "ak4497-audio";
cpu-dai = <&rpmsg_i2s>;
rpmsg-out;
};
imx8mm-cm4 {
compatible = "fsl,imx8mm-cm4";
rsc-da = <0xb8000000>;
......
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