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

Commit c51ea2bb authored by Hanumant Singh's avatar Hanumant Singh Committed by Puja Gupta
Browse files

ARM: dts: msm: Add GIC ITS extensions for 8996



Add support for ITS and LPI interrupts.

Change-Id: I3831519f72276ce2cd5ec5de22beaf9ab5287ce1
Signed-off-by: default avatarHanumant Singh <hanumant@codeaurora.org>
Signed-off-by: default avatarPuja Gupta <pujag@codeaurora.org>
parent 1da80ddc
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -247,13 +247,23 @@

	intc: interrupt-controller@09bc0000 {
		compatible = "arm,gic-v3";
		reg = <0x9bc0000 0x10000>,       /* GICD */
		      <0x9c00000 0x100000>;      /* GICR * 4 */
		#interrupt-cells = <3>;
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;
		interrupt-controller;
		#redistributor-regions = <1>;
		redistributor-stride = <0x0 0x40000>;
		reg = <0x09bc0000 0x10000>,       /* GICD */
		      <0x09c00000 0x100000>;      /* GICR * 4 */

		interrupts = <1 9 4>;

		gic-its@09BE0000 {
			compatible = "arm,gic-v3-its";
			msi-contoller;
			reg = <0x9be0000 0x20000>;
		};
	};

	timer {