devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: interconnect: qcom-bwmon: Document Kaanapali BWMONs
@ 2025-09-24 23:25 Jingyi Wang
  2025-11-04  3:34 ` Aiqun(Maria) Yu
  2025-11-13 13:34 ` Konrad Dybcio
  0 siblings, 2 replies; 3+ messages in thread
From: Jingyi Wang @ 2025-09-24 23:25 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Georgi Djakov, Rob Herring, Conor Dooley
  Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel, aiqun.yu,
	tingwei.zhang, trilok.soni, yijie.yang, Amir Vajid, Jingyi Wang

From: Amir Vajid <amir.vajid@oss.qualcomm.com>

Document the Kaanapali BWMONs, which have one instance per
cluster of BWMONv4.

Signed-off-by: Amir Vajid <amir.vajid@oss.qualcomm.com>
Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
index 256de140c03d..0d1a268db921 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
@@ -25,6 +25,7 @@ properties:
       - const: qcom,msm8998-bwmon       # BWMON v4
       - items:
           - enum:
+              - qcom,kaanapali-cpu-bwmon
               - qcom,qcm2290-cpu-bwmon
               - qcom,qcs615-cpu-bwmon
               - qcom,qcs8300-cpu-bwmon

---
base-commit: ae2d20002576d2893ecaff25db3d7ef9190ac0b6
change-id: 20250917-knp-bwmon-d3e2020ca6b0

Best regards,
-- 
Jingyi Wang <jingyi.wang@oss.qualcomm.com>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: interconnect: qcom-bwmon: Document Kaanapali BWMONs
  2025-09-24 23:25 [PATCH] dt-bindings: interconnect: qcom-bwmon: Document Kaanapali BWMONs Jingyi Wang
@ 2025-11-04  3:34 ` Aiqun(Maria) Yu
  2025-11-13 13:34 ` Konrad Dybcio
  1 sibling, 0 replies; 3+ messages in thread
From: Aiqun(Maria) Yu @ 2025-11-04  3:34 UTC (permalink / raw)
  To: Jingyi Wang, Krzysztof Kozlowski, Georgi Djakov, Rob Herring,
	Conor Dooley
  Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel, tingwei.zhang,
	trilok.soni, yijie.yang, Amir Vajid

On 9/25/2025 7:25 AM, Jingyi Wang wrote:
> From: Amir Vajid <amir.vajid@oss.qualcomm.com>
> 
> Document the Kaanapali BWMONs, which have one instance per
> cluster of BWMONv4.
> 
> Signed-off-by: Amir Vajid <amir.vajid@oss.qualcomm.com>
> Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
> ---
>  Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> index 256de140c03d..0d1a268db921 100644
> --- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> +++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> @@ -25,6 +25,7 @@ properties:
>        - const: qcom,msm8998-bwmon       # BWMON v4
>        - items:
>            - enum:
> +              - qcom,kaanapali-cpu-bwmon

It looks good to me. Glymur didn't have this functionality verified yet.
Remind for review.

>                - qcom,qcm2290-cpu-bwmon
>                - qcom,qcs615-cpu-bwmon
>                - qcom,qcs8300-cpu-bwmon
> 
> ---
> base-commit: ae2d20002576d2893ecaff25db3d7ef9190ac0b6
> change-id: 20250917-knp-bwmon-d3e2020ca6b0
> 
> Best regards,


-- 
Thx and BRs,
Aiqun(Maria) Yu

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: interconnect: qcom-bwmon: Document Kaanapali BWMONs
  2025-09-24 23:25 [PATCH] dt-bindings: interconnect: qcom-bwmon: Document Kaanapali BWMONs Jingyi Wang
  2025-11-04  3:34 ` Aiqun(Maria) Yu
@ 2025-11-13 13:34 ` Konrad Dybcio
  1 sibling, 0 replies; 3+ messages in thread
From: Konrad Dybcio @ 2025-11-13 13:34 UTC (permalink / raw)
  To: Jingyi Wang, Krzysztof Kozlowski, Georgi Djakov, Rob Herring,
	Conor Dooley
  Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel, aiqun.yu,
	tingwei.zhang, trilok.soni, yijie.yang, Amir Vajid

On 9/25/25 1:25 AM, Jingyi Wang wrote:
> From: Amir Vajid <amir.vajid@oss.qualcomm.com>
> 
> Document the Kaanapali BWMONs, which have one instance per
> cluster of BWMONv4.
> 
> Signed-off-by: Amir Vajid <amir.vajid@oss.qualcomm.com>
> Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-13 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-24 23:25 [PATCH] dt-bindings: interconnect: qcom-bwmon: Document Kaanapali BWMONs Jingyi Wang
2025-11-04  3:34 ` Aiqun(Maria) Yu
2025-11-13 13:34 ` Konrad Dybcio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).