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

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

Merge "ARM: dts: msm: Enable rpmh_master_stats to read master stats for holi"

parents 1c5132cb 9894322b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@ Additionally, RPMH master stats also maintains application processor's
master stats. It uses profiling units to calculate power down and power
up stats.

Same driver can be used for RPM based targets where Different Subsystems master
stats data can be read from SMEM. Such targets do not have profiling unit
register.

The required properties for rpmh-master-stats are:

- compatible:
@@ -19,7 +23,7 @@ The required properties for rpmh-master-stats are:
	Definition: Should be "qcom,rpmh-master-stats-v1".

- reg:
	Usage: required
	Usage: optional
	Value type: <prop-encoded-array>
	Definition: Specifies physical address of start of profiling unit.

+4 −0
Original line number Diff line number Diff line
@@ -153,6 +153,10 @@
		reg = <0x04690000 0x400>;
	};

	rpmh-master-stats {
		compatible = "qcom,rpmh-master-stats-v1";
	};

	qcom,rpm-master-stats@45f0150 {
		compatible = "qcom,rpm-master-stats";
		reg = <0x45f0150 0x5000>;