]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
MIPS: Netlogic: Fix XLP9XX pic entry
authorJayachandran C <jchandra@broadcom.com>
Tue, 29 Apr 2014 14:37:50 +0000 (20:07 +0530)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 30 May 2014 14:49:21 +0000 (16:49 +0200)
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>
arch/mips/netlogic/dts/xlp_gvp.dts

index 047d27f54487f25ba366f324c370b21a9fdb8bc7..bb4ecd1d47fc295bb2b5d330e044a780b44533a2 100644 (file)
                        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 {