[PATCH] ARM: dts: i.MX27: Add SSI nodes

Subsystems: the rest

STALE4627d

2 messages, 2 authors, 2014-01-06 · open the first message on its own page

[PATCH] ARM: dts: i.MX27: Add SSI nodes

From: Alexander Shiyan <hidden>
Date: 2014-01-04 18:28:35

This patch adds the missing (Synchronous Serial Interface) SSI1 & SSI2
devicetree nodes for i.MX27 CPUs.

Signed-off-by: Alexander Shiyan <redacted>
---
 arch/arm/boot/dts/imx27.dtsi | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index 63b1b32..7e98966 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -207,6 +207,30 @@
 				status = "disabled";
 			};
 
+			ssi1: ssi at 10010000 {
+				#sound-dai-cells = <0>;
+				compatible = "fsl,imx27-ssi", "fsl,imx21-ssi";
+				reg = <0x10010000 0x1000>;
+				interrupts = <14>;
+				clocks = <&clks 26>;
+				dmas = <&dma 12>, <&dma 13>, <&dma 14>, <&dma 15>;
+				dma-names = "rx0", "tx0", "rx1", "tx1";
+				fsl,fifo-depth = <8>;
+				status = "disabled";
+			};
+
+			ssi2: ssi at 10011000 {
+				#sound-dai-cells = <0>;
+				compatible = "fsl,imx27-ssi", "fsl,imx21-ssi";
+				reg = <0x10011000 0x1000>;
+				interrupts = <13>;
+				clocks = <&clks 25>;
+				dmas = <&dma 8>, <&dma 9>, <&dma 10>, <&dma 11>;
+				dma-names = "rx0", "tx0", "rx1", "tx1";
+				fsl,fifo-depth = <8>;
+				status = "disabled";
+			};
+
 			i2c1: i2c at 10012000 {
 				#address-cells = <1>;
 				#size-cells = <0>;
-- 
1.8.3.2

[PATCH] ARM: dts: i.MX27: Add SSI nodes

From: Shawn Guo <hidden>
Date: 2014-01-06 07:10:42

On Sat, Jan 04, 2014 at 10:28:35PM +0400, Alexander Shiyan wrote:
This patch adds the missing (Synchronous Serial Interface) SSI1 & SSI2
devicetree nodes for i.MX27 CPUs.

Signed-off-by: Alexander Shiyan <redacted>
Applied, thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help