linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: shc_work@mail.ru (Alexander Shiyan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: dts: i.MX27: Add SSI nodes
Date: Sun, 10 Nov 2013 11:52:00 +0400	[thread overview]
Message-ID: <1384069921-15270-1-git-send-email-shc_work@mail.ru> (raw)

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

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 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 826231e..52520fb 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -204,6 +204,30 @@
 				status = "disabled";
 			};
 
+			ssi1: ssi at 10010000 {
+				compatible = "fsl,imx27-ssi", "fsl,imx21-ssi";
+				reg = <0x10010000 0x1000>;
+				interrupts = <14>;
+				clocks = <&clks 26>;
+				dmas = <&dma 12>, <&dma 13>;
+				dma-names = "rx", "tx";
+				fsl,fifo-depth = <8>;
+				fsl,ssi-dma-events = <13 12 15 14>; /* TX0 RX0 TX1 RX1 */
+				status = "disabled";
+			};
+
+			ssi2: ssi at 10011000 {
+				compatible = "fsl,imx27-ssi", "fsl,imx21-ssi";
+				reg = <0x10011000 0x1000>;
+				interrupts = <13>;
+				clocks = <&clks 25>;
+				dmas = <&dma 8>, <&dma 9>;
+				dma-names = "rx", "tx";
+				fsl,fifo-depth = <8>;
+				fsl,ssi-dma-events = <9 8 11 10>; /* TX0 RX0 TX1 RX1 */
+				status = "disabled";
+			};
+
 			i2c1: i2c at 10012000 {
 				#address-cells = <1>;
 				#size-cells = <0>;
-- 
1.8.1.5

             reply	other threads:[~2013-11-10  7:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-10  7:52 Alexander Shiyan [this message]
2013-11-10  7:52 ` [PATCH 2/2] ARM: dts: imx27-phytec-phycore-som: Update FEC node Alexander Shiyan
2013-11-11  7:59   ` Shawn Guo
2013-11-11  7:57 ` [PATCH 1/2] ARM: dts: i.MX27: Add SSI nodes Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1384069921-15270-1-git-send-email-shc_work@mail.ru \
    --to=shc_work@mail.ru \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).