aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6sl.dtsi
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2014-09-09 05:13:27 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-09-15 22:27:17 -0400
commit50a8835b9caf40c08b1c7ad440946dd2b6c3eb6a (patch)
tree47a6f3f6ac32536e41f3a858b224a8be1af7c003 /arch/arm/boot/dts/imx6sl.dtsi
parent935632e9938e3e286b9c62a7e54d35c428533cc9 (diff)
ARM: dts: imx6sl: 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>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sl.dtsi12
1 files changed, 9 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
index ba6771445239..dfd83e6d8087 100644
--- a/arch/arm/boot/dts/imx6sl.dtsi
+++ b/arch/arm/boot/dts/imx6sl.dtsi
@@ -231,7 +231,9 @@
231 "fsl,imx51-ssi"; 231 "fsl,imx51-ssi";
232 reg = <0x02028000 0x4000>; 232 reg = <0x02028000 0x4000>;
233 interrupts = <0 46 IRQ_TYPE_LEVEL_HIGH>; 233 interrupts = <0 46 IRQ_TYPE_LEVEL_HIGH>;
234 clocks = <&clks IMX6SL_CLK_SSI1>; 234 clocks = <&clks IMX6SL_CLK_SSI1_IPG>,
235 <&clks IMX6SL_CLK_SSI1>;
236 clock-names = "ipg", "baud";
235 dmas = <&sdma 37 1 0>, 237 dmas = <&sdma 37 1 0>,
236 <&sdma 38 1 0>; 238 <&sdma 38 1 0>;
237 dma-names = "rx", "tx"; 239 dma-names = "rx", "tx";
@@ -245,7 +247,9 @@
245 "fsl,imx51-ssi"; 247 "fsl,imx51-ssi";
246 reg = <0x0202c000 0x4000>; 248 reg = <0x0202c000 0x4000>;
247 interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>; 249 interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
248 clocks = <&clks IMX6SL_CLK_SSI2>; 250 clocks = <&clks IMX6SL_CLK_SSI2_IPG>,
251 <&clks IMX6SL_CLK_SSI2>;
252 clock-names = "ipg", "baud";
249 dmas = <&sdma 41 1 0>, 253 dmas = <&sdma 41 1 0>,
250 <&sdma 42 1 0>; 254 <&sdma 42 1 0>;
251 dma-names = "rx", "tx"; 255 dma-names = "rx", "tx";
@@ -259,7 +263,9 @@
259 "fsl,imx51-ssi"; 263 "fsl,imx51-ssi";
260 reg = <0x02030000 0x4000>; 264 reg = <0x02030000 0x4000>;
261 interrupts = <0 48 IRQ_TYPE_LEVEL_HIGH>; 265 interrupts = <0 48 IRQ_TYPE_LEVEL_HIGH>;
262 clocks = <&clks IMX6SL_CLK_SSI3>; 266 clocks = <&clks IMX6SL_CLK_SSI3_IPG>,
267 <&clks IMX6SL_CLK_SSI3>;
268 clock-names = "ipg", "baud";
263 dmas = <&sdma 45 1 0>, 269 dmas = <&sdma 45 1 0>,
264 <&sdma 46 1 0>; 270 <&sdma 46 1 0>;
265 dma-names = "rx", "tx"; 271 dma-names = "rx", "tx";