]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: tqma8mpql-mba8mpxl: Add HDMI audio output support
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 9 Dec 2025 10:53:10 +0000 (11:53 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 30 Dec 2025 03:17:30 +0000 (11:17 +0800)
Add the HDMI audio soundcard and enable necessary nodes.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts

index 03b75d4cf699a0a5876da8c83c695c0577dba741..ac889a69da69a81992c1bcd8df5e0634cd534a36 100644 (file)
                        "Line Out Jack", "LOR";
        };
 
+       sound-hdmi {
+               compatible = "fsl,imx-audio-hdmi";
+               model = "audio-hdmi";
+               audio-cpu = <&aud2htx>;
+               hdmi-out;
+       };
+
        thermal-zones {
                soc-thermal {
                        trips {
        };
 };
 
+&aud2htx {
+       status = "okay";
+};
+
 &ecspi1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_ecspi1>;
                          "", "", "", "";
 };
 
+&hdmi_pai {
+       status = "okay";
+};
+
 &hdmi_pvi {
        status = "okay";
 };