diff options
author | Alban Bedel <albeu@free.fr> | 2015-11-17 14:34:51 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-11-20 06:14:27 -0500 |
commit | accbfb52d09ac00147f02c4335d1cc47665e6653 (patch) | |
tree | 7a42b6405761c65d3f8b311f294a334e30711aea | |
parent | 5011a7e808c9fec643d752c5a495a48f27268a48 (diff) |
MIPS: ath79: Fix the size of the MISC INTC registers in ar9132.dtsi
There is 2 registers that is 8 bytes long, not 4.
Signed-off-by: Alban Bedel <albeu@free.fr>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Alexander Couzens <lynxis@fe80.eu>
Cc: Joel Porquet <joel@porquet.org>
Cc: Andrew Bresticker <abrestic@chromium.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11508/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/boot/dts/qca/ar9132.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/qca/ar9132.dtsi b/arch/mips/boot/dts/qca/ar9132.dtsi index fb7734eadbf0..13d0439496a9 100644 --- a/arch/mips/boot/dts/qca/ar9132.dtsi +++ b/arch/mips/boot/dts/qca/ar9132.dtsi | |||
@@ -107,7 +107,7 @@ | |||
107 | miscintc: interrupt-controller@18060010 { | 107 | miscintc: interrupt-controller@18060010 { |
108 | compatible = "qca,ar9132-misc-intc", | 108 | compatible = "qca,ar9132-misc-intc", |
109 | "qca,ar7100-misc-intc"; | 109 | "qca,ar7100-misc-intc"; |
110 | reg = <0x18060010 0x4>; | 110 | reg = <0x18060010 0x8>; |
111 | 111 | ||
112 | interrupt-parent = <&cpuintc>; | 112 | interrupt-parent = <&cpuintc>; |
113 | interrupts = <6>; | 113 | interrupts = <6>; |