Fix the offset for the CPU0 MPIC registers.
Please note that only a subset of CPU0 registers are exported. CPU1 registers are not touched. Obtained from: ARMADA38X Functional Specifications Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
1f5854075d
commit
921828e804
@ -419,7 +419,7 @@
|
||||
|
||||
mpic: interrupt-controller@20a00 {
|
||||
compatible = "marvell,mpic";
|
||||
reg = <0x20a00 0x2d0>, <0x21070 0x58>;
|
||||
reg = <0x20a00 0x2d0>, <0x21870 0x58>;
|
||||
#interrupt-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
interrupt-controller;
|
||||
|
Loading…
x
Reference in New Issue
Block a user