[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5206613.F0g35kh7aj@wuerfel>
Date: Thu, 15 Oct 2015 17:12:55 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: linux-arm-kernel@...ts.infradead.org, arm@...nel.org,
Russell King <linux@....linux.org.uk>,
devicetree@...r.kernel.org, Kumar Gala <galak@...eaurora.org>,
linux-kernel@...r.kernel.org,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>
Subject: Re: [PATCH v2] ARM: dts: uniphier: fix IRQ number for devices on PH1-LD6b ref board
On Thursday 15 October 2015 20:32:05 Masahiro Yamada wrote:
> The IRQ signal from external devices on this board is connected to
> the XIRQ4 pin of the SoC. The IRQ number should be 52, not 50.
>
> Fixes: a5e921b4771f ("ARM: dts: uniphier: add ProXstream2 and PH1-LD6b SoC/board support")
> Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
> ---
>
> Changes in v2:
> - change IRQ to 52
>
> arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts b/arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts
> index 33963ac..f80f772 100644
> --- a/arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts
> +++ b/arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts
> @@ -85,7 +85,7 @@
> };
>
> ðsc {
> - interrupts = <0 50 4>;
> + interrupts = <0 52 4>;
> };
>
> &serial0 {
>
Applied to fixes, thanks!
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists