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

Commit 17512f92 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: Support rpm-stats for msmcobalt target"

parents d92f63f6 583deebb
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -233,4 +233,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>;
	};

};