aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2014-09-09 05:13:26 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-09-15 22:27:17 -0400
commit935632e9938e3e286b9c62a7e54d35c428533cc9 (patch)
treeb79832c62e510b81e7b5f5f1ae0978b94f1c67e7
parent9a060c1a3bb8f5f3940ddb82cb7aa76a843b96cc (diff)
ARM: dts: imx6qdl: add baud clock and clock-names for ssi
Baud clock is used for bit clock generation in master mode. Ipg clock is peripheral clock and peripheral access clock. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
-rw-r--r--arch/arm/boot/dts/imx6qdl.dtsi12
1 files changed, 9 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 70d7207d494d..0de8806222cb 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -280,7 +280,9 @@
280 "fsl,imx51-ssi"; 280 "fsl,imx51-ssi";
281 reg = <0x02028000 0x4000>; 281 reg = <0x02028000 0x4000>;
282 interrupts = <0 46 IRQ_TYPE_LEVEL_HIGH>; 282 interrupts = <0 46 IRQ_TYPE_LEVEL_HIGH>;
283 clocks = <&clks IMX6QDL_CLK_SSI1_IPG>; 283 clocks = <&clks IMX6QDL_CLK_SSI1_IPG>,
284 <&clks IMX6QDL_CLK_SSI1>;
285 clock-names = "ipg", "baud";
284 dmas = <&sdma 37 1 0>, 286 dmas = <&sdma 37 1 0>,
285 <&sdma 38 1 0>; 287 <&sdma 38 1 0>;
286 dma-names = "rx", "tx"; 288 dma-names = "rx", "tx";
@@ -294,7 +296,9 @@
294 "fsl,imx51-ssi"; 296 "fsl,imx51-ssi";
295 reg = <0x0202c000 0x4000>; 297 reg = <0x0202c000 0x4000>;
296 interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>; 298 interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
297 clocks = <&clks IMX6QDL_CLK_SSI2_IPG>; 299 clocks = <&clks IMX6QDL_CLK_SSI2_IPG>,
300 <&clks IMX6QDL_CLK_SSI2>;
301 clock-names = "ipg", "baud";
298 dmas = <&sdma 41 1 0>, 302 dmas = <&sdma 41 1 0>,
299 <&sdma 42 1 0>; 303 <&sdma 42 1 0>;
300 dma-names = "rx", "tx"; 304 dma-names = "rx", "tx";
@@ -308,7 +312,9 @@
308 "fsl,imx51-ssi"; 312 "fsl,imx51-ssi";
309 reg = <0x02030000 0x4000>; 313 reg = <0x02030000 0x4000>;
310 interrupts = <0 48 IRQ_TYPE_LEVEL_HIGH>; 314 interrupts = <0 48 IRQ_TYPE_LEVEL_HIGH>;
311 clocks = <&clks IMX6QDL_CLK_SSI3_IPG>; 315 clocks = <&clks IMX6QDL_CLK_SSI3_IPG>,
316 <&clks IMX6QDL_CLK_SSI3>;
317 clock-names = "ipg", "baud";
312 dmas = <&sdma 45 1 0>, 318 dmas = <&sdma 45 1 0>,
313 <&sdma 46 1 0>; 319 <&sdma 46 1 0>;
314 dma-names = "rx", "tx"; 320 dma-names = "rx", "tx";