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

Commit 93c44b1c authored by Srinivas Rao L's avatar Srinivas Rao L Committed by Raghavendra Kakarla
Browse files

ARM: dts: msm: Add stats nodes for Lagoon

Add rpm stats, ddr stats, rpmh master stats nodes.

Change-Id: I5eba418d6531e4873879160e7ff0d80e4c2a4ca3
parent 8b0e45b2
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -145,4 +145,22 @@
			};
		};
	};

	qcom,rpm-stats@c300000 {
		compatible = "qcom,rpm-stats";
		reg = <0xc300000 0x1000>, <0xc3f0004 0x4>;
		reg-names = "phys_addr_base", "offset_addr";
		qcom,num-records = <3>;
	};

	qcom,rpmh-master-stats@b221200 {
		compatible = "qcom,rpmh-master-stats-v1";
		reg = <0xb221200 0x60>;
	};

	qcom,ddr-stats@c3f001c {
		compatible = "qcom,ddr-stats";
		reg = <0xc300000 0x1000>, <0xc3f001c 0x4>;
		reg-names = "phys_addr_base", "offset_addr";
	};
};