summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-sdb.dtsi
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2020-02-13 12:49:19 +0800
committerShengjiu Wang <shengjiu.wang@nxp.com>2020-02-18 19:11:39 +0800
commit458498ae465353d65ee63fe8b391685c5766358c (patch)
tree7d66bbc2baf089d2771781fde3f656849a0aa2e0 /arch/arm/boot/dts/imx6sx-sdb.dtsi
parent92601d2f59da3bdc173e3a01689b056b4ce41187 (diff)
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 <shengjiu.wang@nxp.com> Reviewed-by: Viorel Suman <viorel.suman@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sdb.dtsi')
-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 a7047db01af2..ffa131fb396e 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dtsi
+++ b/arch/arm/boot/dts/imx6sx-sdb.dtsi
@@ -496,6 +496,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";
};