diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-08-27 13:40:26 +0200 |
---|---|---|
committer | Georgi Djakov <[email protected]> | 2023-10-10 14:10:51 +0300 |
commit | 4d8784d84e17529f0f0774d3a946fd07057cd9a4 (patch) | |
tree | 8fca628f28eced63774b35bf3b84755381811b17 | |
parent | 6548ecdfc16327aafeaa1f1d97f63c79995a56cb (diff) |
dt-bindings: interconnect: qcom,rpmh: do not require reg on SDX65 MC virt
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 <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Georgi Djakov <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |