diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-10-09 07:36:58 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-10-09 07:36:57 -0700 |
| commit | c27c3d3ce889d0c37e99fabc23e32efe5907b47c (patch) | |
| tree | 823797713b0c88ee543787860d1784b647f61c73 | |
| parent | cc41ba8493773dc3d615594b7980024f8e30b738 (diff) | |
| parent | 4746e621c3871fcc3f2d1c192b3e6b5b090137f8 (diff) | |
Merge "ARM: dts: msm: Add device for boot time marker on msm8996 virtual platform"
| -rw-r--r-- | arch/arm/boot/dts/qcom/vplatform-lfv-msm8996.dts | 19 |
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"; |
