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

Commit e1f01895 authored by Nagireddy Annem's avatar Nagireddy Annem
Browse files

ARM: dts: msm: Map more no of redistributors for monaco

As GIC is configured with more no of cores, So map all region
of available redistributor, change monaco soc id and also
correct syntax errors due to merge conflict.

Change-Id: I832e4e4de9e74b2cdf9a20d1224f8e9a5f3ab7eb
parent c3418bef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@
/ {
	model = "Qualcomm Technologies, Inc. Monaco RUMI";
	compatible = "qcom,monaco-rumi", "qcom,monaco", "qcom,rumi";
	qcom,msm-id = <459 0x10000>;
	qcom,msm-id = <486 0x10000>;
	qcom,board-id = <15 0>;
};
+3 −2
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@
		#redistributor-regions = <1>;
		redistributor-stride = <0x0 0x20000>;
		reg = <0xf200000 0x10000>,     /* GICD */
		      <0xf300000 0x80000>;    /* GICR * 4 */
		      <0xf300000 0x100000>;    /* GICR * 8 */
		interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
	};

@@ -783,7 +783,7 @@
			interrupt-controller;
			#interrupt-cells = <2>;
		};
	}
	};

	clk_virt: interconnect {
		compatible = "qcom,monaco-clk_virt";
@@ -817,6 +817,7 @@
};

#include "monaco-pinctrl.dtsi"
#include "msm-arm-smmu-monaco.dtsi"
#include "monaco-ion.dtsi"
#include "monaco-gdsc.dtsi"