2019-09-30 09:41:45

by Oleksij Rempel

[permalink] [raw]
Subject: [PATCH v1] MIPS: dts: ar9331: fix interrupt-controller size

It is two registers each of 4 byte.

Signed-off-by: Oleksij Rempel <[email protected]>
---
arch/mips/boot/dts/qca/ar9331.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/boot/dts/qca/ar9331.dtsi b/arch/mips/boot/dts/qca/ar9331.dtsi
index 63a9f33aa43e..5cfc9d347826 100644
--- a/arch/mips/boot/dts/qca/ar9331.dtsi
+++ b/arch/mips/boot/dts/qca/ar9331.dtsi
@@ -99,7 +99,7 @@

miscintc: interrupt-controller@18060010 {
compatible = "qca,ar7240-misc-intc";
- reg = <0x18060010 0x4>;
+ reg = <0x18060010 0x8>;

interrupt-parent = <&cpuintc>;
interrupts = <6>;
--
2.23.0


2019-09-30 22:30:42

by Paul Burton

[permalink] [raw]
Subject: Re: [PATCH v1] MIPS: dts: ar9331: fix interrupt-controller size

Hello,

Oleksij Rempel wrote:
> It is two registers each of 4 byte.

Applied to mips-fixes.

> commit 0889d07f3e4b
> https://git.kernel.org/mips/c/0889d07f3e4b
>
> Signed-off-by: Oleksij Rempel <[email protected]>
> Signed-off-by: Paul Burton <[email protected]>

Thanks,
Paul

[ This message was auto-generated; if you believe anything is incorrect
then please email [email protected] to report it. ]