diff options
author | Jayachandran C <jchandra@broadcom.com> | 2014-04-29 10:37:50 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-30 10:49:21 -0400 |
commit | 77bef0e4b532341d2d21e4ef28111de7c239432e (patch) | |
tree | 4b520ecc781605ca9409f9728eb592feb42c07c8 /arch/mips | |
parent | 5874743ea8479b780799927f25580ef134547f0f (diff) |
MIPS: Netlogic: Fix XLP9XX pic entry
Add the compatible property to the PIC entry. Also fix up the nodename
to use the correct address.
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6869/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/netlogic/dts/xlp_gvp.dts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/netlogic/dts/xlp_gvp.dts b/arch/mips/netlogic/dts/xlp_gvp.dts index 047d27f54487..bb4ecd1d47fc 100644 --- a/arch/mips/netlogic/dts/xlp_gvp.dts +++ b/arch/mips/netlogic/dts/xlp_gvp.dts | |||
@@ -26,11 +26,12 @@ | |||
26 | interrupt-parent = <&pic>; | 26 | interrupt-parent = <&pic>; |
27 | interrupts = <17>; | 27 | interrupts = <17>; |
28 | }; | 28 | }; |
29 | pic: pic@4000 { | 29 | pic: pic@110000 { |
30 | interrupt-controller; | 30 | compatible = "netlogic,xlp-pic"; |
31 | #address-cells = <0>; | 31 | #address-cells = <0>; |
32 | #interrupt-cells = <1>; | 32 | #interrupt-cells = <1>; |
33 | reg = <0 0x110000 0x200>; | 33 | reg = <0 0x110000 0x200>; |
34 | interrupt-controller; | ||
34 | }; | 35 | }; |
35 | 36 | ||
36 | nor_flash@1,0 { | 37 | nor_flash@1,0 { |