All of lore.kernel.org
 help / color / mirror / Atom feed
From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: dts: imx6q: enable dma for ecspi5
Date: Tue, 20 Jan 2015 14:29:16 +0800	[thread overview]
Message-ID: <20150120062915.GS2766@dragon> (raw)
In-Reply-To: <1421172248-15765-1-git-send-email-anton_bondarenko@mentor.com>

On Tue, Jan 13, 2015 at 07:04:08PM +0100, Anton Bondarenko wrote:
> Enable dma support for ecspi5 controller
> 
> Signed-off-by: Anton Bondarenko <anton_bondarenko@mentor.com>

Applied, thanks.

> ---
>  arch/arm/boot/dts/imx6q.dtsi | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
> index 37ee4e5..93ec79b 100644
> --- a/arch/arm/boot/dts/imx6q.dtsi
> +++ b/arch/arm/boot/dts/imx6q.dtsi
> @@ -95,6 +95,8 @@
>  					clocks = <&clks IMX6Q_CLK_ECSPI5>,
>  						 <&clks IMX6Q_CLK_ECSPI5>;
>  					clock-names = "ipg", "per";
> +					dmas = <&sdma 11 7 1>, <&sdma 12 7 2>;
> +					dma-names = "rx", "tx";
>  					status = "disabled";
>  				};
>  			};
> -- 
> 2.2.1
> 

      reply	other threads:[~2015-01-20  6:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <315825>
2015-01-13 18:04 ` [PATCH v2] ARM: dts: imx6q: enable dma for ecspi5 Anton Bondarenko
2015-01-20  6:29   ` Shawn Guo [this message]

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=20150120062915.GS2766@dragon \
    --to=shawn.guo@linaro.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.