diff options
| author | Johan Hovold <[email protected]> | 2024-03-06 10:56:48 +0100 |
|---|---|---|
| committer | Lorenzo Pieralisi <[email protected]> | 2024-03-08 17:05:46 +0100 |
| commit | 545e88cb41a69d705d5efacf0f96c3ca6e06e515 (patch) | |
| tree | a6eba0141da3830e0d9879f6b56740cfbc81940b | |
| parent | c8073025c0e4d4b441b83950a7fcc2e5cb44eb5d (diff) | |
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/[email protected]
Signed-off-by: Johan Hovold <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/pci/qcom,pcie-common.yaml | 1 | ||||
| -rw-r--r-- | Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie-common.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie-common.yaml index 8d570669650a..0d1b23523f62 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie-common.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie-common.yaml @@ -93,7 +93,6 @@ anyOf: - "#interrupt-cells" - required: - msi-map - - msi-map-mask allOf: - $ref: /schemas/pci/pci-bus.yaml# diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index df3a183ca5a0..cf9a6910b542 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -128,7 +128,6 @@ anyOf: - "#interrupt-cells" - required: - msi-map - - msi-map-mask allOf: - $ref: /schemas/pci/pci-bus.yaml# |