From: Shengjiu Wang Date: Thu, 13 Feb 2020 04:49:19 +0000 (+0800) Subject: LF-908-2: ARM: dts: imx6qdl: set freq for ssi root clok X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~514 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=1fcf4ff757d3bab5e0327c8fe3849a7c6e763bd0;p=linux.git LF-908-2: ARM: dts: imx6qdl: 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 Reviewed-by: Viorel Suman --- diff --git a/arch/arm/boot/dts/imx6sx-sdb.dtsi b/arch/arm/boot/dts/imx6sx-sdb.dtsi index 1611c8a806fd..0bc6e93d1d15 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dtsi +++ b/arch/arm/boot/dts/imx6sx-sdb.dtsi @@ -499,6 +499,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 = <737280000>, <0>, <0>; status = "okay"; };