From a5340ebf9c7c2713304386df7fa92e5c71c90744 Mon Sep 17 00:00:00 2001 From: Daniel Baluta Date: Mon, 8 May 2017 18:39:47 +0300 Subject: [PATCH] MLK-14798: arm: dts: imx6ul: Fix wm8960 codec master mode Commit 65e6b5f1b4a7 ("ASoC: wm8960: Fix playback in CPU DAI master mode") broke wm8960 codec master mode by choosing "bad" SYSCLK values. This patch partially reverts commit mentioned above by restoring the SYSCLK values. It turns out that using params_physical_width instead of params_width in the previous patch it is enough to fix CPU DAI mode. Signed-off-by: Daniel Baluta --- arch/arm/boot/dts/imx6ul-14x14-evk.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts index 8e69239b848b..a2d771b326a2 100644 --- a/arch/arm/boot/dts/imx6ul-14x14-evk.dts +++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dts @@ -149,7 +149,7 @@ &clks { assigned-clocks = <&clks IMX6UL_CLK_PLL4_AUDIO_DIV>; - assigned-clock-rates = <1179648000>; + assigned-clock-rates = <786432000>; }; &cpu0 { @@ -343,7 +343,7 @@ assigned-clocks = <&clks IMX6UL_CLK_SAI2_SEL>, <&clks IMX6UL_CLK_SAI2>; assigned-clock-parents = <&clks IMX6UL_CLK_PLL4_AUDIO_DIV>; - assigned-clock-rates = <0>, <36864000>; + assigned-clock-rates = <0>, <12288000>; fsl,sai-mclk-direction-output; status = "okay"; }; -- 2.17.1