Skip to content

Commit accbfb5

Browse files
AlbanBedelralfbaechle
authored andcommitted
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 <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Alexander Couzens <[email protected]> Cc: Joel Porquet <[email protected]> Cc: Andrew Bresticker <[email protected]> Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/11508/ Signed-off-by: Ralf Baechle <[email protected]>
1 parent 5011a7e commit accbfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/boot/dts/qca/ar9132.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
miscintc: interrupt-controller@18060010 {
108108
compatible = "qca,ar9132-misc-intc",
109109
"qca,ar7100-misc-intc";
110-
reg = <0x18060010 0x4>;
110+
reg = <0x18060010 0x8>;
111111

112112
interrupt-parent = <&cpuintc>;
113113
interrupts = <6>;

0 commit comments

Comments
 (0)