mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
ARM: dts: msm: Enable msm boot stats for MSM8952
Enable msm boot stats for MSM8952 by adding the MPM sleep counter node, which is needed to report msm boot stats such as bootloader throughput, total boot time, etc. Change-Id: Ia81ac6af086cb87f43e10e80aa8dacb78bbbb45a Signed-off-by: Kishan Kumar <kishank@codeaurora.org>
This commit is contained in:
parent
626a0b85b8
commit
2567eb1d1d
1 changed files with 6 additions and 0 deletions
|
@ -283,6 +283,12 @@
|
|||
clock-frequency = <32768>;
|
||||
};
|
||||
|
||||
qcom,mpm2-sleep-counter@4a3000 {
|
||||
compatible = "qcom,mpm2-sleep-counter";
|
||||
reg = <0x4a3000 0x1000>;
|
||||
clock-frequency = <32768>;
|
||||
};
|
||||
|
||||
timer {
|
||||
compatible = "arm,armv8-timer";
|
||||
interrupts = <1 2 0xff08>,
|
||||
|
|
Loading…
Reference in a new issue