Skip to content

Commit

Permalink
MIPS: dts: ar9331: fix interrupt-controller size
Browse files Browse the repository at this point in the history
[ Upstream commit 0889d07f3e4b171c453b2aaf2b257f9074cdf624 ]

It is two registers each of 4 byte.

Signed-off-by: Oleksij Rempel <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Pengutronix Kernel Team <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: James Hogan <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
olerem authored and gregkh committed Oct 29, 2019
1 parent 6d0da95 commit 5d88044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/qca/ar9331.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

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

interrupt-parent = <&cpuintc>;
interrupts = <6>;
Expand Down

0 comments on commit 5d88044

Please sign in to comment.