diff options
author | Jayachandran C <jchandra@broadcom.com> | 2013-07-17 10:27:26 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-07-19 10:24:12 +0200 |
commit | 628f0650ea65ef2ec0a2bde141c271dea1d18904 (patch) | |
tree | f0684eee43c3ee8d029744396f7b374835b30362 /arch/mips/netlogic/dts/xlp_svp.dts | |
parent | 35ac7840bca23a0fcfb53cc433ae1fd6dc6d35c0 (diff) |
MIPS: Netlogic: Add XLP PIC irqdomain
Add a legacy irq domain for the XLP PIC interrupts. This will be used
when interrupts are assigned from the device tree. This change is required
after commit c5cdc67 "irqdomain: Remove temporary MIPS workaround code".
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Cc: Jayachandran C <jchandra@broadcom.com>
Patchwork: https://patchwork.linux-mips.org/patch/5597/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/netlogic/dts/xlp_svp.dts')
-rw-r--r-- | arch/mips/netlogic/dts/xlp_svp.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/netlogic/dts/xlp_svp.dts b/arch/mips/netlogic/dts/xlp_svp.dts index 8af4bdbe5d99..9c5db102df53 100644 --- a/arch/mips/netlogic/dts/xlp_svp.dts +++ b/arch/mips/netlogic/dts/xlp_svp.dts @@ -76,10 +76,11 @@ }; }; pic: pic@4000 { - interrupt-controller; + compatible = "netlogic,xlp-pic"; #address-cells = <0>; #interrupt-cells = <1>; reg = <0 0x4000 0x200>; + interrupt-controller; }; nor_flash@1,0 { |