diff options
author | Jayachandran C <jchandra@broadcom.com> | 2014-04-29 20:07:50 +0530 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-30 16:49:21 +0200 |
commit | 77bef0e4b532341d2d21e4ef28111de7c239432e (patch) | |
tree | 4b520ecc781605ca9409f9728eb592feb42c07c8 /arch/mips/netlogic | |
parent | 5874743ea8479b780799927f25580ef134547f0f (diff) | |
download | blackbird-obmc-linux-77bef0e4b532341d2d21e4ef28111de7c239432e.tar.gz blackbird-obmc-linux-77bef0e4b532341d2d21e4ef28111de7c239432e.zip |
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/netlogic')
-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 @@ interrupt-parent = <&pic>; interrupts = <17>; }; - pic: pic@4000 { - interrupt-controller; + pic: pic@110000 { + compatible = "netlogic,xlp-pic"; #address-cells = <0>; #interrupt-cells = <1>; reg = <0 0x110000 0x200>; + interrupt-controller; }; nor_flash@1,0 { |