]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commitdiff
arm64: dts: imx8mn-beacon: Set SAI5 MCLK direction to output for HDMI audio
authorAdam Ford <aford173@gmail.com>
Wed, 16 Apr 2025 01:01:31 +0000 (20:01 -0500)
committerShawn Guo <shawnguo@kernel.org>
Fri, 25 Apr 2025 02:05:04 +0000 (10:05 +0800)
The HDMI bridge chip fails to generate an audio source due to the SAI5
master clock (MCLK) direction not being set to output. This prevents proper
clocking of the HDMI audio interface.

Add the `fsl,sai-mclk-direction-output` property to the SAI5 node to ensure
the MCLK is driven by the SoC, resolving the HDMI sound issue.

Fixes: 1d6880ceef43 ("arm64: dts: imx8mn-beacon: Add HDMI video with sound")
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mn-beacon-kit.dts

index 1df5ceb1138793a0e9a1b54ff2f552eb9f3100f9..37fc5ed98d7f61f17130cf352136103a110edcb2 100644 (file)
        assigned-clock-parents = <&clk IMX8MN_AUDIO_PLL1_OUT>;
        assigned-clock-rates = <24576000>;
        #sound-dai-cells = <0>;
+       fsl,sai-mclk-direction-output;
        status = "okay";
 };