summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2017-06-26 16:49:19 +0300
committerDaniel Baluta <daniel.baluta@nxp.com>2017-06-27 09:23:37 +0300
commitd7d6f21052218881c0497e8829343e0db850df31 (patch)
tree05374756787950b85ca4af54006e58506f76dbf5
parentbbc9f7eb02f76cae92390cf83a6faaf0e5a2d43e (diff)
MLK-14865: ARM: dts: imx6sx-sdb: Change audio PLL frequency for SSI
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>
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dtsi b/arch/arm/boot/dts/imx6sx-sdb.dtsi
index eaea8ff94cb6..447e6c7743be 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dtsi
+++ b/arch/arm/boot/dts/imx6sx-sdb.dtsi
@@ -626,6 +626,13 @@
};
&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";
};