From 1fcf4ff757d3bab5e0327c8fe3849a7c6e763bd0 Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Thu, 13 Feb 2020 12:49:19 +0800 Subject: [PATCH] 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 --- arch/arm/boot/dts/imx6sx-sdb.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) 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"; }; -- 2.17.1