summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2017-07-18 17:20:28 +0300
committerDaniel Baluta <daniel.baluta@nxp.com>2017-07-19 10:06:37 +0300
commite403b318e3140495599331d669a67afabb9c5e88 (patch)
tree3cd346c36218a446969b27d11dd3513c4fecf840
parentd84732f0eadfc2578b2f4d15c8e5144ea5217ad1 (diff)
MLK-16006: Revert "ARM: dts: imx6sx-sdb: Change audio PLL frequency for SSI"
This reverts commit d7d6f210522188 ("ARM: dts: imx6sx-sdb: Change audio PLL frequency for SSI") because it breaks MQS. MQS uses IMX6SX_CLK_SAI1 as master clock and it requires mclk rate to be 24576000. No other rate is supported. Anyhow, due to change to fix MLK-14865 sai1 clk is changed to 36864000. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb.dtsi7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dtsi b/arch/arm/boot/dts/imx6sx-sdb.dtsi
index 447e6c7743be..eaea8ff94cb6 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dtsi
+++ b/arch/arm/boot/dts/imx6sx-sdb.dtsi
@@ -626,13 +626,6 @@
};
&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";
};