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

Commit e8f64ed3 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add RPMH master stats node for sdm640"

parents d3bb440d 0534184a
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -46,10 +46,10 @@
				qcom,is-reset;
			};

			qcom,pm-cluster-level@2 { /* Cx off */
			qcom,pm-cluster-level@2 { /* Cx Ret */
				reg = <2>;
				label = "cx-off";
				qcom,psci-mode = <0x224>;
				label = "cx-ret";
				qcom,psci-mode = <0x124>;
				qcom,latency-us = <4562>;
				qcom,ss-power = <290>;
				qcom,energy-overhead = <6989829>;
@@ -62,7 +62,7 @@
			qcom,pm-cluster-level@3 { /* LLCC off, AOSS sleep */
				reg = <3>;
				label = "llcc-off";
				qcom,psci-mode = <0xC24>;
				qcom,psci-mode = <0xB24>;
				qcom,latency-us = <6562>;
				qcom,ss-power = <165>;
				qcom,energy-overhead = <7000029>;
@@ -166,4 +166,9 @@
		reg = <0xc300000 0x1000>, <0xc3f0004 0x4>;
		reg-names = "phys_addr_base", "offset_addr";
	};

	qcom,rpmh-master-stats@b221200 {
		compatible = "qcom,rpmh-master-stats-v1";
		reg = <0xb221200 0x60>;
	};
};