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

Commit 067924c2 authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

arm: dts: msm: Update msmcobalt GIC configuration



Update the GIC configuration on msmcobalt to match the most
recently-released hardware specifications.

Change-Id: I544680e04a83b6b2055a6e29848e4d2f53812b23
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent d96b4bb7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -183,14 +183,14 @@
	ranges = <0 0 0 0xffffffff>;
	compatible = "simple-bus";

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