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

Commit 45a2ce68 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add DT node for RPM master stats"

parents 1e08a8c1 316718aa
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -558,4 +558,13 @@
		qcom,offset-log-len-mask = <44>;
		qcom,offset-page-indices = <56>;
	};

	qcom,rpm-master-stats@60150 {
		compatible = "qcom,rpm-master-stats";
		reg = <0x68150 0x5000>;
		qcom,masters = "APSS", "MPSS", "ADSP", "SLPI";
		qcom,master-stats-version = <2>;
		qcom,master-offset = <4096>;
	};

};