devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Heiko Stübner" <heiko@sntech.de>
To: Doug Anderson <dianders@chromium.org>
Cc: Addy Ke <addy.ke@rock-chips.com>,
	linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	Alexandru M Stan <amstan@chromium.org>,
	robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	linux@arm.linux.org.uk, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: Add SPI DMA into rk3288.dtsi
Date: Sat, 25 Oct 2014 00:10:16 +0200	[thread overview]
Message-ID: <1433094.iLN0prRLzJ@diego> (raw)
In-Reply-To: <1414186926-25986-1-git-send-email-dianders@chromium.org>

Am Freitag, 24. Oktober 2014, 14:42:06 schrieb Doug Anderson:
> Now that SPI DMA has been fixed on rk3288 we can enable it.
> 
> Signed-off-by: Doug Anderson <dianders@chromium.org>
> Signed-off-by: Alexandru M Stan <amstan@chromium.org>

applied into my v3.19-armsoc/dts branch

I've taken the liberty of changing the subject to
	ARM: dts: rockchip: Add SPI DMA into rk3288.dtsi


Heiko

> ---
>  arch/arm/boot/dts/rk3288.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 874e66d..e0b99f7 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -177,6 +177,8 @@
>  		compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi";
>  		clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
>  		clock-names = "spiclk", "apb_pclk";
> +		dmas = <&dmac_peri 11>, <&dmac_peri 12>;
> +		dma-names = "tx", "rx";
>  		interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
> @@ -190,6 +192,8 @@
>  		compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi";
>  		clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>;
>  		clock-names = "spiclk", "apb_pclk";
> +		dmas = <&dmac_peri 13>, <&dmac_peri 14>;
> +		dma-names = "tx", "rx";
>  		interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
> @@ -203,6 +207,8 @@
>  		compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi";
>  		clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>;
>  		clock-names = "spiclk", "apb_pclk";
> +		dmas = <&dmac_peri 15>, <&dmac_peri 16>;
> +		dma-names = "tx", "rx";
>  		interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>;

      reply	other threads:[~2014-10-24 22:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-24 21:42 [PATCH] ARM: dts: Add SPI DMA into rk3288.dtsi Doug Anderson
2014-10-24 22:10 ` Heiko Stübner [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=1433094.iLN0prRLzJ@diego \
    --to=heiko@sntech.de \
    --cc=addy.ke@rock-chips.com \
    --cc=amstan@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.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).