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

Commit 54a41c7c authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Add rpm-master-stats node to mdm9650



Add the rpm-master-stats node to enable the module
that will show power management state changes statistics
via debugfs.

Change-Id: Ib92801c083a015a6ee78d0050eb7079a59d4a04f
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent ce2bc3a0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -266,4 +266,12 @@
		reg-names = "phys_addr_base";
		qcom,sleep-stats-version = <2>;
	};

	qcom,rpm-master-stats@60150 {
		compatible = "qcom,rpm-master-stats";
		reg = <0x60150 0x2030>;
		qcom,masters = "APSS", "MPSS";
		qcom,master-stats-version = <2>;
		qcom,master-offset = <2560>;
	};
};