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

Commit 092fafaa authored by Runmin Wang's avatar Runmin Wang
Browse files

ARM: dts: msm: Add GIT ITS extensions for msmcobalt



Recently, upstream GICv3 patches (e4ede4c4) are pulled which introduces
the GICv3 ITS support.
This patch fixes the bindings of ITS node in dts file for msmcobalt.

Change-Id: I098e524df3b27c7cb182c35f9d0085c4d44505ea
Signed-off-by: default avatarRunmin Wang <runminw@codeaurora.org>
parent 7427cd00
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -195,13 +195,22 @@

	intc: interrupt-controller@17a00000 {
		compatible = "arm,gic-v3";
		reg = <0x17a00000 0x10000>,       /* GICD */
		      <0x17b00000 0x100000>;      /* GICR * 8 */
		#interrupt-cells = <3>;
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;
		interrupt-controller;
		#redistributor-regions = <1>;
		redistributor-stride = <0x0 0x20000>;
		reg = <0x17a00000 0x10000>,       /* GICD */
		      <0x17b00000 0x100000>;      /* GICR * 8 */
		interrupts = <1 9 4>;

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

	timer {