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

Commit e773c0f7 authored by Mahesh Sivasubramanian's avatar Mahesh Sivasubramanian
Browse files

ARM: dts: msm: Add system stats driver for msm8996



The system stats driver provides the statistics about system low power
modes and the respective masters' votes into system modes. This is a merge
of rpm-stats and rpm-master-stats modules. The rpm-stats and
rpm-master-stats driver would be eventually deprecated in preference to the
system stats driver.

Change-Id: I8a8842250fe459cb523b607ca379f9a036b4c09b
Signed-off-by: default avatarMahesh Sivasubramanian <msivasub@codeaurora.org>
parent a72c07a2
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -517,6 +517,17 @@
			<69  145>;
	};

	rpm_msg_ram: memory@0x200000 {
		compatible = "qcom,rpm-msg-ram";
		reg = <0x200000 0x1000>,
			<0x290000 0x1000>;
	};

	rpm_code_ram: rpm-memory@0x68000 {
		compatible = "qcom,rpm-code-ram";
		reg = <0x68000 0x5000>;
	};

	qcom,rpm-stats@200000 {
		compatible = "qcom,rpm-stats";
		reg = <0x200000 0x1000>,
@@ -528,6 +539,13 @@
		qcom,sleep-stats-version = <2>;
	};

	qcom,system-stats@68140 {
		compatible = "qcom,system-stats";
		qcom,rpm-msg-ram = <&rpm_msg_ram>;
		qcom,rpm-code-ram = <&rpm_code_ram>;
		qcom,masters = "APSS", "MPSS", "ADSP", "SLPI";
	};

	qcom,pm-snoc-client {
		compatible = "qcom,pm-snoc-client";
		qcom,msm-bus,name = "ocimem_snoc";