Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77bef0e4 authored by Jayachandran C's avatar Jayachandran C Committed by Ralf Baechle
Browse files

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: default avatarJayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6869/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 5874743e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 {