Merge "ARM: dts: msm: Add sys-pm-violators device for sun"

This commit is contained in:
qctecmdr
2023-11-02 12:43:36 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/msm/sys-pm-violators.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm Technologies, Inc. (QTI) System PM Violoators bindings
description: |
System PM Violoators is a virtual device sends a QMP message to AOP to start
recording subsystems that are preventing system low power modes - AOSS sleep,
CX PC, DDR low power from happening during a test duration. The stats are
saved in MSGRAM and are read and displayed from Linux in debugfs.
properties:
compatible:
enum:
- qcom,sys-pm-lahaina
- qcom,sys-pm-waipio
- qcom,sys-pm-kalama
- qcom,sys-pm-pineapple
- qcom,sys-pm-monaco-auto
- qcom,sys-pm-sun
reg:
maxItems: 1
description:
The address on the AOP Message RAM from where the stats are read.
qcom,qmp:
description:
Handle to the QMP mailbox.
required:
- compatible
- reg
- qcom,qmp
examples:
- |
sys-pm-vx@c320000 {
compatible = "qcom,sys-pm-violators", "qcom,sys-pm-lahaina";
reg = <0xc320000 0x0400>;
qcom,qmp = <&aoss_qmp>;
};

View File

@@ -605,6 +605,12 @@
hyplog-size-offset = <0x414>;
};
sys-pm-vx@c320000 {
compatible = "qcom,sys-pm-violators", "qcom,sys-pm-sun";
reg = <0xc320000 0x400>;
qcom,qmp = <&aoss_qmp>;
};
tlmm: pinctrl@f000000 {
compatible = "qcom,sun-tlmm";
reg = <0xf000000 0x202000>;