dt-bindings: arm: msm: Add parrot sys-pm-violators device
Add parrot sys-pm-violators device. Change-Id: Id55210f80f5b4a06604a7674e3538175b82b0cac Signed-off-by: Swetha Chikkaboraiah <quic_schikk@quicinc.com>
This commit is contained in:
@@ -4,7 +4,10 @@
|
|||||||
$id: http://devicetree.org/schemas/arm/msm/sys-pm-violators.yaml#
|
$id: http://devicetree.org/schemas/arm/msm/sys-pm-violators.yaml#
|
||||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
title: Qualcomm Technologies, Inc. (QTI) System PM Violoators bindings
|
title: Qualcomm Technologies, Inc. System PM Violoators
|
||||||
|
|
||||||
|
maintainers:
|
||||||
|
- Maulik Shah <quic_mkshah@quicinc.com>
|
||||||
|
|
||||||
description: |
|
description: |
|
||||||
System PM Violoators is a virtual device sends a QMP message to AOP to start
|
System PM Violoators is a virtual device sends a QMP message to AOP to start
|
||||||
@@ -15,6 +18,7 @@ description: |
|
|||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
|
- qcom,sys-pm-parrot
|
||||||
- qcom,sys-pm-lahaina
|
- qcom,sys-pm-lahaina
|
||||||
- qcom,sys-pm-waipio
|
- qcom,sys-pm-waipio
|
||||||
- qcom,sys-pm-kalama
|
- qcom,sys-pm-kalama
|
||||||
@@ -28,14 +32,34 @@ properties:
|
|||||||
The address on the AOP Message RAM from where the stats are read.
|
The address on the AOP Message RAM from where the stats are read.
|
||||||
|
|
||||||
qcom,qmp:
|
qcom,qmp:
|
||||||
description:
|
$ref: /schemas/types.yaml#/definitions/phandle
|
||||||
Handle to the QMP mailbox.
|
description: Handle to the QMP mailbox.
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- reg
|
- reg
|
||||||
- qcom,qmp
|
- qcom,qmp
|
||||||
|
|
||||||
|
allOf:
|
||||||
|
- if:
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
contains:
|
||||||
|
enum:
|
||||||
|
- qcom,sys-pm-sun
|
||||||
|
- qcom,sys-pm-pineapple
|
||||||
|
- qcom,sys-pm-parrot
|
||||||
|
then:
|
||||||
|
properties:
|
||||||
|
reg:
|
||||||
|
items:
|
||||||
|
- description: AOP Message RAM base register region
|
||||||
|
qcom,qmp:
|
||||||
|
items:
|
||||||
|
- description: Handle to the QMP mailbox.
|
||||||
|
|
||||||
|
additionalProperties: false
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
sys-pm-vx@c320000 {
|
sys-pm-vx@c320000 {
|
||||||
|
Reference in New Issue
Block a user