Message ID | 20220720192807.130098-2-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 3098fcb14e08597b1026102dc24e24ce2c689dfb |
Headers | show |
Series | soc/arm64: qcom: Add LLCC BWMON on SDM845 | expand |
On Wed, 20 Jul 2022 21:27:58 +0200, Krzysztof Kozlowski wrote: > Add compatible for SDM845 Bandwidth Monitor instance measuring traffic > between LLCC and memory. It comes with different register layout: > called v5. > > Cc: Rajendra Nayak <quic_rjendra@quicinc.com> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > .../devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On 7/21/22 12:57 AM, Krzysztof Kozlowski wrote: > Add compatible for SDM845 Bandwidth Monitor instance measuring traffic > between LLCC and memory. It comes with different register layout: > called v5. > > Cc: Rajendra Nayak <quic_rjendra@quicinc.com> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Sibi Sankar <quic_sibis@quicinc.com> > --- > .../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 c2e697f6e6cf..32e2892d736b 100644 > --- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml > +++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml > @@ -27,6 +27,7 @@ properties: > - qcom,sdm845-bwmon > - const: qcom,msm8998-bwmon > - const: qcom,msm8998-bwmon # BWMON v4 > + - const: qcom,sdm845-llcc-bwmon # BWMON v5 > > interconnects: > maxItems: 1 >
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml index c2e697f6e6cf..32e2892d736b 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml @@ -27,6 +27,7 @@ properties: - qcom,sdm845-bwmon - const: qcom,msm8998-bwmon - const: qcom,msm8998-bwmon # BWMON v4 + - const: qcom,sdm845-llcc-bwmon # BWMON v5 interconnects: maxItems: 1
Add compatible for SDM845 Bandwidth Monitor instance measuring traffic between LLCC and memory. It comes with different register layout: called v5. Cc: Rajendra Nayak <quic_rjendra@quicinc.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 1 + 1 file changed, 1 insertion(+)