Skip to content

Commit 545e88c

Browse files
jhovoldLorenzo Pieralisi
authored andcommitted
dt-bindings: PCI: qcom: Do not require 'msi-map-mask'
Whether the 'msi-map-mask' property is needed or not depends on how the MSI interrupts are mapped and it should therefore not be described as required. Note that the current schema fails to detect omissions of the mask property if the internal MSI controller properties are also present. Link: https://lore.kernel.org/r/20240306095651.4551-3-johan+linaro@kernel.org Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent c807302 commit 545e88c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ anyOf:
9393
- "#interrupt-cells"
9494
- required:
9595
- msi-map
96-
- msi-map-mask
9796

9897
allOf:
9998
- $ref: /schemas/pci/pci-bus.yaml#

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ anyOf:
128128
- "#interrupt-cells"
129129
- required:
130130
- msi-map
131-
- msi-map-mask
132131

133132
allOf:
134133
- $ref: /schemas/pci/pci-bus.yaml#

0 commit comments

Comments
 (0)