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

Commit 370108ed 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 rpm heap debugfs support"

parents 9f587c21 28106c09
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -586,8 +586,10 @@

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

+3 −2
Original line number Diff line number Diff line
@@ -576,8 +576,9 @@
	qcom,rpm-stats@fc000000 {
		compatible = "qcom,rpm-stats";
		reg = <0xfc000000 0x1000>,
			<0xfc190014 0x4>;
		reg-names = "phys_addr_base", "offset";
			<0xfc190014 0x4>,
			<0xfc19001c 0x4>;
		reg-names = "phys_addr_base", "offset_addr", "heap_phys_addrbase";
		qcom,sleep-stats-version = <2>;
	};