Re: [PATCH v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
Jingyi Wang <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 6/2/2026 2:54 PM, Yijie Yang wrote: > Add the Qualcomm Maili SoC compatible string for the CPU bandwidth > monitor (BWMONv4). This falls back to the sdm845-bwmon compatible, > consistent with the existing pattern used by other recent SoCs such as > sm8750 and kaanapali. > > Signed-off-by: Yijie Yang <[email protected]> > --- > Changes in v2: > - Drop Assisted-by tag; no functional change. > - Link to v1: https://patch.msgid.link/[email protected] > --- > 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 82b1d94d3010..7989db1aa774 100644 > --- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml > +++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml > @@ -28,6 +28,7 @@ properties: > - qcom,glymur-cpu-bwmon > - qcom,hawi-cpu-bwmon > - qcom,kaanapali-cpu-bwmon > + - qcom,maili-cpu-bwmon > - qcom,qcm2290-cpu-bwmon > - qcom,qcs615-cpu-bwmon > - qcom,qcs8300-cpu-bwmon > > --- > base-commit: 550604d6c9b9efc8d068aff94dc301694a7afdee > change-id: 20260512-bwmon-ecb43fda63c9 > > Best regards, > -- > Yijie Yang <[email protected]> > > This change applies cleanly on linux-next. Reviewed-by: Jingyi Wang <[email protected]> Thanks, Jingyi