summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorZhiqiang Tu <ztu@codeaurora.org>2017-09-27 16:41:05 +0800
committerZhiqiang Tu <ztu@codeaurora.org>2017-09-29 15:45:07 +0800
commit4746e621c3871fcc3f2d1c192b3e6b5b090137f8 (patch)
tree147e8f5ed27effb476ab289ecc6fc87c05c8ab10 /arch
parentb56464c7cb37be7ddd498ccff8cc11124cea39e6 (diff)
ARM: dts: msm: Add device for boot time marker on msm8996 virtual platform
Add mpm sleep counter and imem boot stats for boot status and boot time marker. Change-Id: I9053bf89d30e92f9f18a979356c5e4c4626f498d Signed-off-by: Zhiqiang Tu <ztu@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/vplatform-lfv-msm8996.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996.dts b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996.dts
index e6d9f7b7d2f2..8e0cb4e4efaf 100644
--- a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996.dts
+++ b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996.dts
@@ -91,6 +91,25 @@
ranges = <0 0 0 0xffffffff>;
compatible = "simple-bus";
+ qcom,mpm2-sleep-counter@4a3000 {
+ compatible = "qcom,mpm2-sleep-counter";
+ reg = <0x004a3000 0x1000>;
+ clock-frequency = <32768>;
+ };
+
+ qcom,msm-imem@66bf000 {
+ compatible = "qcom,msm-imem";
+ reg = <0x66bf000 0x1000>; /* Address and size of IMEM */
+ ranges = <0x0 0x66bf000 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ boot_stats@6b0 {
+ compatible = "qcom,msm-imem-boot_stats";
+ reg = <0x6b0 32>;
+ };
+ };
+
sound-adp-agave {
compatible = "qcom,apq8096-asoc-snd-adp-agave";
qcom,model = "apq8096-adp-agave-snd-card";