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

Commit 583deebb authored by Archana Sathyakumar's avatar Archana Sathyakumar
Browse files

ARM: dts: msm: Support rpm-stats for msmcobalt target



Add rpm-stats node to enable logging used for vddmin
and xo shutdown debugging.

CRs-fixed: 980681
Change-Id: Ibbfae3dc4a4023a2e99e27cae4c6cfd6822baab8
Signed-off-by: default avatarArchana Sathyakumar <asathyak@codeaurora.org>
parent 0760225a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -172,4 +172,16 @@
			};
		};
	};

	qcom,rpm-stats@200000 {
		compatible = "qcom,rpm-stats";
		reg = <0x200000 0x1000>,
			<0x290014 0x4>,
			<0x29001c 0x4>;
		reg-names = "phys_addr_base",
			"offset_addr",
			"heap_phys_addrbase";
		qcom,sleep-stats-version = <2>;
	};

};