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

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

Merge "ARM: dts: msm: Add RTB and MSM MPM sleep counter nodes for kona"

parents e0351943 f7a853af
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2077,6 +2077,17 @@
		interrupt-names = "tsens-upper-lower", "tsens-critical";
		#thermal-sensor-cells = <1>;
	};

	qcom,msm-rtb {
		compatible = "qcom,msm-rtb";
		qcom,rtb-size = <0x100000>;
	};

	qcom,mpm2-sleep-counter@c221000 {
		compatible = "qcom,mpm2-sleep-counter";
		reg = <0xc221000 0x1000>;
		clock-frequency = <32768>;
	};
};

#include "kona-bus.dtsi"