Skip to content

Commit 0af96a3

Browse files
author
Georgi Djakov
committed
dt-bindings: interconnect: qcom: Do not require reg for sc8180x virt NoCs
The virtual interconnect providers do not have their own IO address space, but this is not documented in the DT schema and the following warnings are reported by dtbs_check: sc8180x-lenovo-flex-5g.dtb: interconnect-camnoc-virt: 'reg' is a required property sc8180x-lenovo-flex-5g.dtb: interconnect-mc-virt: 'reg' is a required property sc8180x-lenovo-flex-5g.dtb: interconnect-qup-virt: 'reg' is a required property sc8180x-primus.dtb: interconnect-camnoc-virt: 'reg' is a required property sc8180x-primus.dtb: interconnect-mc-virt: 'reg' is a required property sc8180x-primus.dtb: interconnect-qup-virt: 'reg' is a required property Fix this by adding them to the list of compatibles that do not require the reg property. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent 647eaa8 commit 0af96a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ allOf:
113113
properties:
114114
compatible:
115115
enum:
116+
- qcom,sc8180x-camnoc-virt
117+
- qcom,sc8180x-mc-virt
118+
- qcom,sc8180x-qup-virt
116119
- qcom,sdx65-mc-virt
117120
- qcom,sm8250-qup-virt
118121
then:

0 commit comments

Comments
 (0)