From de1d3bda84a55830afe561cabc6e2e556e055f64 Mon Sep 17 00:00:00 2001 From: Huang Yiwei Date: Thu, 9 May 2024 11:25:46 +0800 Subject: [PATCH] dt-bindings: Update dt-binding for MPAM This change updates dt-binding for MPAM driver to support monitor data register. Change-Id: Ib808488d7f8041607f91038e501fd89cd52a6635 Signed-off-by: Huang Yiwei --- bindings/soc/qcom/qcom,mpam.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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"; };