[PATCH] dt-bindings: interconnect: qcom,rpmh: do not require reg on SDX65 MC virt

Krzysztof Kozlowski posted 1 patch 2 years, 3 months ago
Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: interconnect: qcom,rpmh: do not require reg on SDX65 MC virt
Posted by Krzysztof Kozlowski 2 years, 3 months ago
The MC virt interconnect in SDX65 DTSI does not have reg.  Similarly in
the downstream DTS, thus assume this is an interconnect without own
dedicated IO address space.  This fixes dtbs_check warnings like:

  qcom-sdx65-mtp.dtb: interconnect-mc-virt: 'reg' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
index a46497af1fd8..74ab080249ff 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
@@ -113,6 +113,7 @@ allOf:
         properties:
           compatible:
             enum:
+              - qcom,sdx65-mc-virt
               - qcom,sm8250-qup-virt
     then:
       required:
-- 
2.34.1
Re: [PATCH] dt-bindings: interconnect: qcom,rpmh: do not require reg on SDX65 MC virt
Posted by Rob Herring 2 years, 3 months ago
On Sun, 27 Aug 2023 13:40:26 +0200, Krzysztof Kozlowski wrote:
> The MC virt interconnect in SDX65 DTSI does not have reg.  Similarly in
> the downstream DTS, thus assume this is an interconnect without own
> dedicated IO address space.  This fixes dtbs_check warnings like:
> 
>   qcom-sdx65-mtp.dtb: interconnect-mc-virt: 'reg' is a required property
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>