MLK-14865: ARM: dts: imx6sx-sdb: Change audio PLL frequency for SSI
authorDaniel Baluta <daniel.baluta@nxp.com>
Mon, 26 Jun 2017 13:49:19 +0000 (16:49 +0300)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:28:36 +0000 (15:28 -0500)
Default frequency is 786432000 and we cannot derive an exact bitclk
for 24 bits tests.

This is similar with commit 9e3c04a3e9222a ("MLK-14781-2: ARM: dts: change
audio pll frequency for ssi master mode").

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
arch/arm/boot/dts/imx6sx-sdb.dtsi

index eaea8ff..447e6c7 100644 (file)
 };
 
 &ssi2 {
+       assigned-clocks = <&clks IMX6SX_CLK_PLL4>,
+                         <&clks IMX6SX_PLL4_BYPASS>,
+                         <&clks IMX6SX_CLK_SSI2_SEL>;
+       assigned-clock-parents = <&clks IMX6SX_CLK_OSC>,
+                                <&clks IMX6SX_CLK_PLL4>,
+                                <&clks IMX6SX_CLK_PLL4_AUDIO_DIV>;
+       assigned-clock-rates = <1179648000>, <0>, <0>;
        status = "okay";
 };