Skip to content

Commit f8ab1c1

Browse files
tq-steinagregkh
authored andcommitted
arm64: dts: tqma8mpql-mba8mpxl: configure sai clock in audio codec as well
[ Upstream commit 748835f ] With deferrable card binding the sound card driver tries to get the mclk configuration before it is setup in sai3 node. Fix this by setting the sai clock config for the audio codec as well. Fixes: d8f9d81 ("arm64: dts: imx8mp: Add analog audio output on i.MX8MP TQMa8MPxL/MBa8MPxL") Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 3982121 commit f8ab1c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,9 @@
473473
reset-gpios = <&gpio4 29 GPIO_ACTIVE_LOW>;
474474
iov-supply = <&reg_vcc_1v8>;
475475
ldoin-supply = <&reg_vcc_3v3>;
476+
assigned-clocks = <&clk IMX8MP_CLK_SAI3>;
477+
assigned-clock-parents = <&clk IMX8MP_AUDIO_PLL1_OUT>;
478+
assigned-clock-rates = <12288000>;
476479
};
477480

478481
se97_1c: temperature-sensor@1c {

0 commit comments

Comments
 (0)