* [PATCH] ARM: dts: aspeed-g4: Correct VUART IRQ number
@ 2017-12-15 5:33 Joel Stanley
2017-12-18 9:00 ` Cédric Le Goater
0 siblings, 1 reply; 3+ messages in thread
From: Joel Stanley @ 2017-12-15 5:33 UTC (permalink / raw)
To: linux-arm-kernel
This should have always been 8.
Fixes: db4d6d9d80fa ("ARM: dts: aspeed: Correctly order UART nodes")
Cc: stable at vger.kernel.org
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
ARM maintainers, please include this fix for 4.15
arch/arm/boot/dts/aspeed-g4.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi
index 45d815a86d42..de08d9045cb8 100644
--- a/arch/arm/boot/dts/aspeed-g4.dtsi
+++ b/arch/arm/boot/dts/aspeed-g4.dtsi
@@ -219,7 +219,7 @@
compatible = "aspeed,ast2400-vuart";
reg = <0x1e787000 0x40>;
reg-shift = <2>;
- interrupts = <10>;
+ interrupts = <8>;
clocks = <&clk_uart>;
no-loopback-test;
status = "disabled";
--
2.14.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH] ARM: dts: aspeed-g4: Correct VUART IRQ number
2017-12-15 5:33 [PATCH] ARM: dts: aspeed-g4: Correct VUART IRQ number Joel Stanley
@ 2017-12-18 9:00 ` Cédric Le Goater
2017-12-21 15:27 ` Arnd Bergmann
0 siblings, 1 reply; 3+ messages in thread
From: Cédric Le Goater @ 2017-12-18 9:00 UTC (permalink / raw)
To: linux-arm-kernel
On 12/15/2017 06:33 AM, Joel Stanley wrote:
> This should have always been 8.
>
> Fixes: db4d6d9d80fa ("ARM: dts: aspeed: Correctly order UART nodes")
> Cc: stable at vger.kernel.org
> Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: C?dric Le Goater <clg@kaod.org>
> ---
> ARM maintainers, please include this fix for 4.15
>
> arch/arm/boot/dts/aspeed-g4.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi
> index 45d815a86d42..de08d9045cb8 100644
> --- a/arch/arm/boot/dts/aspeed-g4.dtsi
> +++ b/arch/arm/boot/dts/aspeed-g4.dtsi
> @@ -219,7 +219,7 @@
> compatible = "aspeed,ast2400-vuart";
> reg = <0x1e787000 0x40>;
> reg-shift = <2>;
> - interrupts = <10>;
> + interrupts = <8>;
> clocks = <&clk_uart>;
> no-loopback-test;
> status = "disabled";
>
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH] ARM: dts: aspeed-g4: Correct VUART IRQ number
2017-12-18 9:00 ` Cédric Le Goater
@ 2017-12-21 15:27 ` Arnd Bergmann
0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2017-12-21 15:27 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Dec 18, 2017 at 10:00 AM, C?dric Le Goater <clg@kaod.org> wrote:
> On 12/15/2017 06:33 AM, Joel Stanley wrote:
>> This should have always been 8.
>>
>> Fixes: db4d6d9d80fa ("ARM: dts: aspeed: Correctly order UART nodes")
>> Cc: stable at vger.kernel.org
>> Signed-off-by: Joel Stanley <joel@jms.id.au>
>
> Reviewed-by: C?dric Le Goater <clg@kaod.org>
>
>> ---
>> ARM maintainers, please include this fix for 4.15
Applied to fixes, thanks!
Arnd
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-12-21 15:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-15 5:33 [PATCH] ARM: dts: aspeed-g4: Correct VUART IRQ number Joel Stanley
2017-12-18 9:00 ` Cédric Le Goater
2017-12-21 15:27 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox