1
0
Fork 0

LF-908-3: ARM: dts: imx6sx: set freq for ssi root clok

select a proper freq for S20_3LE/S24_LE/S16_LE, the frequency
can be divided by 24/32/16.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Viorel Suman <viorel.suman@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Shengjiu Wang 2020-02-18 15:58:57 +08:00
parent 458498ae46
commit 816b49fcfa
1 changed files with 7 additions and 0 deletions

View File

@ -1096,6 +1096,13 @@
};
&ssi2 {
assigned-clocks = <&clks IMX6QDL_CLK_PLL4>,
<&clks IMX6QDL_PLL4_BYPASS>,
<&clks IMX6QDL_CLK_SSI2_SEL>;
assigned-clock-parents = <&clks IMX6QDL_CLK_OSC>,
<&clks IMX6QDL_CLK_PLL4>,
<&clks IMX6QDL_CLK_PLL4_AUDIO_DIV>;
assigned-clock-rates = <737280000>, <0>, <0>;
status = "okay";
};