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

Commit f1d0655a authored by Srinivasarao Pathipati's avatar Srinivasarao Pathipati Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: qcom: delete cluster1 from l2cache_pmu node

The APQ variant of  Khaje is Quad core so remove cluster1 from
l2cache_pmu node.

Change-Id: I063b283cf3a4c9da0df8ca7081da86814a71246b
parent 35669ad1
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -30,3 +30,19 @@
	status = "disabled";
};

&soc {
	/delete-node/ l2cache_pmu;
	l2cache_pmu {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "qcom,l2cache-pmu";
		ranges;

		cluster0@f111000 {
			cluster-id = <0>;
			interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
			reg = <0xf111000 0x1000>;
		};

	};
};