]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: tqma8mpql-mba8mp-ras314: Add HDMI audio output support
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 9 Dec 2025 10:53:14 +0000 (11:53 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 30 Dec 2025 03:17:31 +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-mba8mp-ras314.dts

index 30f0e81c4be00d92fb94e8d20c0cb08e9f1ad2af..6e927ff1e967a9036be52f6e31b381d5bdac3984 100644 (file)
                        "Headphone Jack", "HPL",
                        "Headphone Jack", "HPR";
        };
+
+       sound-hdmi {
+               compatible = "fsl,imx-audio-hdmi";
+               model = "audio-hdmi";
+               audio-cpu = <&aud2htx>;
+               hdmi-out;
+       };
+};
+
+&aud2htx {
+       status = "okay";
 };
 
 &ecspi3 {
        status = "disabled";
 };
 
+&hdmi_pai {
+       status = "okay";
+};
+
 &hdmi_pvi {
        status = "okay";
 };