From: Jayachandran C Date: Tue, 29 Apr 2014 14:37:50 +0000 (+0530) Subject: MIPS: Netlogic: Fix XLP9XX pic entry X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=77bef0e4b532341d2d21e4ef28111de7c239432e;p=openwrt%2Fstaging%2Fblogic.git 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 Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6869/ Signed-off-by: Ralf Baechle --- 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 {