Message ID | 20230827114026.47806-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 4d8784d84e17529f0f0774d3a946fd07057cd9a4 |
Headers | show |
Series | dt-bindings: interconnect: qcom,rpmh: do not require reg on SDX65 MC virt | expand |
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>
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:
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(+)