diff --git a/bindings/soc/qcom/qcom,mpam.yaml b/bindings/soc/qcom/qcom,mpam.yaml index 7a22893e..733b4c4a 100644 --- a/bindings/soc/qcom/qcom,mpam.yaml +++ b/bindings/soc/qcom/qcom,mpam.yaml @@ -9,6 +9,7 @@ title: Qualcomm Technologies, Inc. (QTI) MPAM Driver maintainers: - avajid@quicinc.com - gurbaror@quicinc.com + - Huang Yiwei description: | The Qualcomm Technologies, Inc. (QTI) MPAM Driver provides sysfs nodes for @@ -19,11 +20,25 @@ properties: compatible: const: qcom,mpam + reg: + items: + - description: address and size of CPUCP DTIM area for MPAM monitor data + + reg-names: + items: + - const: mon-base + required: - compatible + - reg + - reg-names + +additionalProperties: false examples: - | qcom_mpam: qcom,mpam { compatible = "qcom,mpam"; + reg = <0x17b6f000 0x1000>; + reg-names = "mon-base"; };