diff options
author | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | 2022-12-07 15:49:28 +0100 |
---|---|---|
committer | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | 2022-12-07 16:06:05 +0100 |
commit | 0dfd59b28897354f8d9b275554da9b850ecdc6a0 (patch) | |
tree | ca2c36bce85be0604a5b93f8d3b9563c70d8e125 /arch | |
parent | d0da015cc712c50af4d8db9e6a85b6dc90e0f9c8 (diff) |
arm64: dts: verdin-imx8mp: fix dev board audio playback
Set optional `simple-audio-card,mclk-fs` parameter to ensure a proper
clock to the nau8822 audio codec. Without this change with an audio
stream rate of 44.1 kHz the playback is faster.
Set the MCLK at the right frequency, codec can properly use it to
generate 44.1 kHz I2S-FS.
Upstream-Status: Inappropriate [other]
This commit applies to downstream only, since there is no audio support upstream.
Fixes: 23b325adbaae ("arm64: dts: imx8mp-verdin: add device tree for dahlia")
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
Diffstat (limited to 'arch')
-rwxr-xr-x | arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi index dfe66386261e..09b6fecb5e49 100755 --- a/arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi @@ -23,6 +23,7 @@ simple-audio-card,bitclock-master = <&dailink_master>; simple-audio-card,format = "i2s"; simple-audio-card,frame-master = <&dailink_master>; + simple-audio-card,mclk-fs = <256>; simple-audio-card,name = "imx8mp-nau8822"; simple-audio-card,routing = "Headphones", "LHP", |