ARM: dts: msm: Add device node for boot_stats on SA8155 VM

Add IMEM device tree node on SA8155 VM target.
Add a place holder to capture the boot stats of the
various bootloader events.

Change-Id: Icdfc739636d6f6800dad806f75e3db4e44052c41
This commit is contained in:
Singa Reddy Dasari
2022-08-02 15:58:57 +05:30
committed by Gerrit - the friendly Code Review server
parent ded2600fe7
commit ee2e69a632

View File

@@ -54,4 +54,24 @@
qcom,dma-heaps {
compatible = "qcom,dma-heaps";
};
qcom,msm-imem@14680000 {
compatible = "qcom,msm-imem";
reg = <0x14680000 0x1000>;
ranges = <0x0 0x14680000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
boot_stats@6b0 {
compatible = "qcom,msm-imem-boot_stats";
reg = <0x6b0 0x20>;
};
};
qcom,mpm2-sleep-counter@c221000 {
compatible = "qcom,mpm2-sleep-counter";
reg = <0xc221000 0x1000>;
clock-frequency = <32768>;
};
};