Skip to content

Commit c025c7e

Browse files
Mani-SadhasivamLorenzo Pieralisi
authored andcommitted
dt-bindings: PCI: qcom: Document msi-map and msi-map-mask properties
The Qcom PCIe controller is capable of using either internal MSI controller or the external GIC-ITS for signaling MSIs sent by endpoint devices. Currently, the binding only documents the internal MSI implementation. Let's document the GIC-ITS imeplementation by making use of msi-map and msi-map-mask properties. Only one of the implementation should be used at a time and the drivers can choose the preferred one. Link: https://lore.kernel.org/r/20230411121442.22227-1-manivannan.sadhasivam@linaro.org Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Reviewed-by: Rob Herring <robh@kernel.org>
1 parent 6276a40 commit c025c7e

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

Documentation/devicetree/bindings/pci/qcom,pcie.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,20 @@ required:
125125
- compatible
126126
- reg
127127
- reg-names
128-
- interrupts
129-
- interrupt-names
130-
- "#interrupt-cells"
131128
- interrupt-map-mask
132129
- interrupt-map
133130
- clocks
134131
- clock-names
135132

133+
anyOf:
134+
- required:
135+
- interrupts
136+
- interrupt-names
137+
- "#interrupt-cells"
138+
- required:
139+
- msi-map
140+
- msi-map-mask
141+
136142
allOf:
137143
- $ref: /schemas/pci/pci-bus.yaml#
138144
- if:

0 commit comments

Comments
 (0)