diff mbox series

[v1] MIPS: dts: ar9331: fix interrupt-controller size

Message ID 20190930093952.22418-1-o.rempel@pengutronix.de (mailing list archive)
State Mainlined
Commit 0889d07f3e4b171c453b2aaf2b257f9074cdf624
Headers show
Series [v1] MIPS: dts: ar9331: fix interrupt-controller size | expand

Commit Message

Oleksij Rempel Sept. 30, 2019, 9:39 a.m. UTC
It is two registers each of 4 byte.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 arch/mips/boot/dts/qca/ar9331.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paul Burton Sept. 30, 2019, 10:23 p.m. UTC | #1
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 <o.rempel@pengutronix.de>
> Signed-off-by: Paul Burton <paul.burton@mips.com>

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paul.burton@mips.com to report it. ]
diff mbox series

Patch

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>;