blob: ab0d3a0a48a15b0935b2fb6ff40ce294cc06b7bd [file] [log] [blame]
Channagoud Kadabi0fb6cf62016-08-23 15:12:52 -07001* MSM MPM sleep counter (mpm-v2)
2
3The MPM provides a timetick that starts when the device is powered up and
4is not reset by any of the boot loaders or the HLOS. The MPM timetick counter
5driver provides an api to get this value.
6
7The required nodes for the MPM timetick counter driver are:
8
9- compatible: "qcom,mpm2-sleep-counter"
10- reg: Specifies the physical address of the timetick count register.
11- clock-frequency: the physical counter frequency.
12
13Example:
14 qcom,mpm2-sleep-counter@4a3000 {
15 compatible = "qcom,mpm2-sleep-counter";
16 reg = <0x4a3000 0x1000>;
17 clock-frequency = <32768>;
18 };