[PATCH 3/4] dt-bindings: interconnect: qcom,qcs615-rpmh: Drop IPA interconnects

Konrad Dybcio posted 4 patches 3 months, 1 week ago
[PATCH 3/4] dt-bindings: interconnect: qcom,qcs615-rpmh: Drop IPA interconnects
Posted by Konrad Dybcio 3 months, 1 week ago
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

This has been agreed to be characterized as a clock resource, not an
interconnect provider. Bring QCS615 in line with the expectation.

Fixes: 6c5e948f1fff ("dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in QCS615 SoC")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/interconnect/qcom,qcs615-rpmh.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/interconnect/qcom,qcs615-rpmh.yaml b/Documentation/devicetree/bindings/interconnect/qcom,qcs615-rpmh.yaml
index 9d762b2a1fcf87b638a0b9060e7b90579e329cef..e0640482882481408095ee1acac5c824fa8820e0 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,qcs615-rpmh.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,qcs615-rpmh.yaml
@@ -27,7 +27,6 @@ properties:
       - qcom,qcs615-config-noc
       - qcom,qcs615-dc-noc
       - qcom,qcs615-gem-noc
-      - qcom,qcs615-ipa-virt
       - qcom,qcs615-mc-virt
       - qcom,qcs615-mmss-noc
       - qcom,qcs615-system-noc
@@ -46,7 +45,6 @@ allOf:
           contains:
             enum:
               - qcom,qcs615-camnoc-virt
-              - qcom,qcs615-ipa-virt
               - qcom,qcs615-mc-virt
     then:
       properties:

-- 
2.50.0
Re: [PATCH 3/4] dt-bindings: interconnect: qcom,qcs615-rpmh: Drop IPA interconnects
Posted by Krzysztof Kozlowski 3 months ago
On Fri, Jun 27, 2025 at 09:37:57PM +0200, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> 
> This has been agreed to be characterized as a clock resource, not an
> interconnect provider. Bring QCS615 in line with the expectation.
> 
> Fixes: 6c5e948f1fff ("dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in QCS615 SoC")

You did not explain any bug here to fix. Difference in agreements in
characterization does not feel like a bug.

Best regards,
Krzysztof