From 6e582c8631adfcba4c4a96219b26527a2d46e170 Mon Sep 17 00:00:00 2001 From: Aman Kanwar Date: Tue, 10 Oct 2023 21:09:43 +0530 Subject: [PATCH] dt-bindings: Add binding information for llcc_perfmon Add LLCC perfmon child node entry in documentation. Change-Id: If006d1203c0d6fed639285f9e5bea4903873b7ed Signed-off-by: Aman Kanwar --- bindings/arm/msm/qcom,llcc.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bindings/arm/msm/qcom,llcc.yaml b/bindings/arm/msm/qcom,llcc.yaml index 9142b3d8..04f76d0f 100644 --- a/bindings/arm/msm/qcom,llcc.yaml +++ b/bindings/arm/msm/qcom,llcc.yaml @@ -46,6 +46,12 @@ properties: interrupts: maxItems: 1 + child-node: + description: Container of llcc_perfmon node + type: object + properties: + compatible: + const: qcom,llcc-perfmon required: - compatible - reg @@ -94,5 +100,9 @@ examples: reg-names = "llcc0_base", "llcc1_base", "llcc2_base", "llcc3_base", "llcc_broadcast_base"; interrupts = ; + + llcc_perfmon { + compatible = "qcom,llcc-perfmon"; + } }; };