From: Oleksij Rempel Date: Mon, 30 Sep 2019 09:39:52 +0000 (+0200) Subject: MIPS: dts: ar9331: fix interrupt-controller size X-Git-Tag: v5.4-rc2~9^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0889d07f3e4b171c453b2aaf2b257f9074cdf624;p=platform%2Fkernel%2Flinux-rpi.git MIPS: dts: ar9331: fix interrupt-controller size It is two registers each of 4 byte. Signed-off-by: Oleksij Rempel Signed-off-by: Paul Burton Cc: Rob Herring Cc: Mark Rutland Cc: Pengutronix Kernel Team Cc: Ralf Baechle Cc: James Hogan Cc: devicetree@vger.kernel.org Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- diff --git a/arch/mips/boot/dts/qca/ar9331.dtsi b/arch/mips/boot/dts/qca/ar9331.dtsi index 63a9f33..5cfc9d3 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>;