diff options
| author | Oleksij Rempel <[email protected]> | 2019-09-30 11:39:52 +0200 |
|---|---|---|
| committer | Paul Burton <[email protected]> | 2019-09-30 15:22:35 -0700 |
| commit | 0889d07f3e4b171c453b2aaf2b257f9074cdf624 (patch) | |
| tree | 4b35156821415908dc1760a39432c4db3c574a57 | |
| parent | 2b6509f42dc6c96ef0b625888d4aa56d2e140330 (diff) | |
MIPS: dts: ar9331: fix interrupt-controller size
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]
| -rw-r--r-- | arch/mips/boot/dts/qca/ar9331.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |