From: mpa@pengutronix.de (Markus Pargmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/7] ARM: dts: imx50, add ssi dma properties
Date: Tue, 17 Jun 2014 11:06:30 +0200 [thread overview]
Message-ID: <1402995995-15098-3-git-send-email-mpa@pengutronix.de> (raw)
In-Reply-To: <1402995995-15098-1-git-send-email-mpa@pengutronix.de>
Replace old ssi dma properties by the generic dma properties.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
arch/arm/boot/dts/imx50.dtsi | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx50.dtsi b/arch/arm/boot/dts/imx50.dtsi
index 6a201cf54366..c0e0f60ab6b2 100644
--- a/arch/arm/boot/dts/imx50.dtsi
+++ b/arch/arm/boot/dts/imx50.dtsi
@@ -151,8 +151,10 @@
reg = <0x50014000 0x4000>;
interrupts = <30>;
clocks = <&clks IMX5_CLK_SSI2_IPG_GATE>;
+ dmas = <&sdma 24 1 0>,
+ <&sdma 25 1 0>;
+ dma-names = "rx", "tx";
fsl,fifo-depth = <15>;
- fsl,ssi-dma-events = <25 24 23 22>; /* TX0 RX0 TX1 RX1 */
status = "disabled";
};
@@ -457,8 +459,10 @@
reg = <0x63fcc000 0x4000>;
interrupts = <29>;
clocks = <&clks IMX5_CLK_SSI1_IPG_GATE>;
+ dmas = <&sdma 28 0 0>,
+ <&sdma 29 0 0>;
+ dma-names = "rx", "tx";
fsl,fifo-depth = <15>;
- fsl,ssi-dma-events = <29 28 27 26>; /* TX0 RX0 TX1 RX1 */
status = "disabled";
};
--
2.0.0
next prev parent reply other threads:[~2014-06-17 9:06 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-17 9:06 [PATCH 0/7] ARM: dts: ssi device node updates Markus Pargmann
2014-06-17 9:06 ` [PATCH 1/7] ARM: dts: imx6: ventana, Remove unused ssi2 Markus Pargmann
2014-06-23 20:23 ` Tim Harvey
2014-06-17 9:06 ` Markus Pargmann [this message]
2014-06-17 9:06 ` [PATCH 3/7] ARM: dts: imx5*, remove fsl,ssi-dma-events Markus Pargmann
2014-06-17 9:06 ` [PATCH 4/7] arm: dts: imx6qdl, " Markus Pargmann
2014-06-17 9:06 ` [PATCH 5/7] ARM: dts: imx2*, remove ssi fsl,mode for sgtl5000 cards Markus Pargmann
2014-06-17 9:06 ` [PATCH 6/7] ARM: dts: imx5*, " Markus Pargmann
2014-06-17 9:06 ` [PATCH 7/7] ARM: dts: imx6*, " Markus Pargmann
2014-06-20 12:33 ` [PATCH 0/7] ARM: dts: ssi device node updates Shawn Guo
2014-06-23 9:54 ` Markus Pargmann
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=1402995995-15098-3-git-send-email-mpa@pengutronix.de \
--to=mpa@pengutronix.de \
--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).