Linux Samsung SOC development
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com
Subject: Re: [PATCH 1/1] ARM: dts: Fix SPI interrupt numbers for Exynos5420
Date: Tue, 20 May 2014 01:14:37 +0900	[thread overview]
Message-ID: <537A2DED.9090204@samsung.com> (raw)
In-Reply-To: <1397134692-22149-1-git-send-email-sachin.kamat@linaro.org>

On 04/10/14 21:58, Sachin Kamat wrote:
> Updated as per the user manual.
>
> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
> ---
>   arch/arm/boot/dts/exynos5420.dtsi |    6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
> index c3a9a66c5767..6f662b5cc90d 100644
> --- a/arch/arm/boot/dts/exynos5420.dtsi
> +++ b/arch/arm/boot/dts/exynos5420.dtsi
> @@ -385,7 +385,7 @@
>   	spi_0: spi@12d20000 {
>   		compatible = "samsung,exynos4210-spi";
>   		reg =<0x12d20000 0x100>;
> -		interrupts =<0 66 0>;
> +		interrupts =<0 68 0>;
>   		dmas =<&pdma0 5
>   			&pdma0 4>;
>   		dma-names = "tx", "rx";
> @@ -401,7 +401,7 @@
>   	spi_1: spi@12d30000 {
>   		compatible = "samsung,exynos4210-spi";
>   		reg =<0x12d30000 0x100>;
> -		interrupts =<0 67 0>;
> +		interrupts =<0 69 0>;
>   		dmas =<&pdma1 5
>   			&pdma1 4>;
>   		dma-names = "tx", "rx";
> @@ -417,7 +417,7 @@
>   	spi_2: spi@12d40000 {
>   		compatible = "samsung,exynos4210-spi";
>   		reg =<0x12d40000 0x100>;
> -		interrupts =<0 68 0>;
> +		interrupts =<0 70 0>;
>   		dmas =<&pdma0 7
>   			&pdma0 6>;
>   		dma-names = "tx", "rx";

Applied, thanks.

- Kukjin

      parent reply	other threads:[~2014-05-19 16:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-10 12:58 [PATCH 1/1] ARM: dts: Fix SPI interrupt numbers for Exynos5420 Sachin Kamat
2014-05-04 15:36 ` Sachin Kamat
2014-05-19 16:14 ` Kukjin Kim [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=537A2DED.9090204@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=sachin.kamat@linaro.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