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

LF-4175-7: arm64: dts: imx8ulp: 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 bbac7e3c
No related branches found
No related tags found
No related merge requests found
...@@ -150,19 +150,18 @@ ...@@ -150,19 +150,18 @@
spdif-out; spdif-out;
}; };
sound-rpmsg { rpmsg_audio: rpmsg-audio {
compatible = "fsl,imx-audio-rpmsg"; compatible = "fsl,imx8ulp-rpmsg-audio";
model = "wm8960-audio"; model = "wm8960-audio";
cpu-dai = <&rpmsg_i2s>; fsl,rpmsg-out;
fsl,rpmsg-in;
audio-codec = <&wm8960>; audio-codec = <&wm8960>;
memory-region = <&audio_reserved>; memory-region = <&audio_reserved>;
rpmsg-out;
rpmsg-in;
audio-routing = audio-routing =
"LINPUT1", "MICB", "LINPUT1", "MICB",
"LINPUT3", "MICB"; "LINPUT3", "MICB";
status = "okay";
}; };
}; };
&dcnano { &dcnano {
...@@ -590,10 +589,6 @@ ...@@ -590,10 +589,6 @@
}; };
&rpmsg_i2s {
status = "okay";
};
&sai5 { &sai5 {
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -49,11 +49,6 @@ ...@@ -49,11 +49,6 @@
status = "okay"; status = "okay";
}; };
rpmsg_i2s: rpmsg-i2s {
compatible = "fsl,imx8ulp-rpmsg-i2s";
status = "disabled";
};
tpm_rpchip_0: pwm { tpm_rpchip_0: pwm {
compatible = "fsl,pwm-rpchip"; compatible = "fsl,pwm-rpchip";
#pwm-cells = <3>; #pwm-cells = <3>;
......
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