diff options
author | 2024-07-30 15:16:10 +0800 | |
---|---|---|
committer | 2024-08-26 01:34:16 +0300 | |
commit | 647eaa8f54ab4b3927880a1187b2b6de05edb05f (patch) | |
tree | e3b77eb807dd9aa66c83521e2cb6c8cb61ecd590 | |
parent | interconnect: icc-clk: Add missed num_nodes initialization (diff) | |
download | wireguard-linux-647eaa8f54ab4b3927880a1187b2b6de05edb05f.tar.xz wireguard-linux-647eaa8f54ab4b3927880a1187b2b6de05edb05f.zip |
dt-bindings: interconnect: qcom-bwmon: Document SA8775p bwmon compatibles
Document the compatibles used to describe the bwmons present on the
SA8775p platform.
Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
Link: https://lore.kernel.org/r/20240730-add_sa8775p_bwmon-v1-1-f4f878da29ae@quicinc.com
Signed-off-by: Georgi Djakov <djakov@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml index 2cd1f5590fd9..189f5900ee50 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml @@ -26,6 +26,7 @@ properties: - items: - enum: - qcom,qcm2290-cpu-bwmon + - qcom,sa8775p-cpu-bwmon - qcom,sc7180-cpu-bwmon - qcom,sc7280-cpu-bwmon - qcom,sc8280xp-cpu-bwmon @@ -39,6 +40,7 @@ properties: - const: qcom,sdm845-bwmon # BWMON v4, unified register space - items: - enum: + - qcom,sa8775p-llcc-bwmon - qcom,sc7180-llcc-bwmon - qcom,sc8280xp-llcc-bwmon - qcom,sm6350-cpu-bwmon |