mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
ded2600fe7
commit
ee2e69a632
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user