Skip to content
Snippets Groups Projects
Commit 17a7d7c5 authored by Gianfranco Mariotti's avatar Gianfranco Mariotti
Browse files

[C43] fix HDMI audio compatibles

parent 1c560ecf
1 merge request!124[i.MX8][C43][C26] fix HDMI, HDMI-IN audio
......@@ -181,7 +181,7 @@
target = <&sound_amixtx>;
__overlay__ {
compatible = "fsl,imx-audio-cdnhdmi";
model = "imx-audio-hdmi-tx-secoout";
model = "imx-audio-hdmi-tx";
audio-cpu = <&sai5>;
protocol = <1>;
hdmi-out;
......@@ -199,7 +199,7 @@
target = <&sound_hdmiarc>;
__overlay__ {
compatible = "fsl,imx-audio-spdif";
model = "imx-hdmi-arc-secoin";
model = "imx-hdmi-arc";
spdif-controller = <&spdif1>;
spdif-in;
spdif-out;
......
......@@ -98,7 +98,7 @@
target = <&sound_amixtx>;
__overlay__ {
compatible = "fsl,imx-audio-cdnhdmi";
model = "imx-audio-hdmi-tx-secoout";
model = "imx-audio-hdmi-tx";
audio-cpu = <&sai5>;
protocol = <1>;
hdmi-out;
......@@ -116,7 +116,7 @@
target = <&sound_hdmiarc>;
__overlay__ {
compatible = "fsl,imx-audio-spdif";
model = "imx-hdmi-arc-secoin";
model = "imx-hdmi-arc";
spdif-controller = <&spdif1>;
spdif-in;
spdif-out;
......
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