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

Commit 0534184a authored by Maulik Shah's avatar Maulik Shah
Browse files

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



RPMH master stats supports to display various master stats
information using sysfs. Add rpmh master stats node.

Also change cx-off mode to cx-ret since sdm640 do not support
cx-off modes. Update psci mode information accordingly.

Change-Id: I167ed541c531986f2598faf73245d54d7110d3a6
Signed-off-by: default avatarMaulik Shah <mkshah@codeaurora.org>
parent 309c887b
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>;
	};
};