diff options
author | Rob Herring (Arm) <robh@kernel.org> | 2024-04-17 15:04:30 -0500 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2024-05-08 12:00:20 -0500 |
commit | 28081ebd17fb822d35633afbd8111271207d95f2 (patch) | |
tree | af6078786204b717c72fa392df892238eda9eda5 | |
parent | cf7385cb26ac4f0ee6c7385960525ad534323252 (diff) |
dt-bindings: PCI: qcom,pcie-sm8350: Drop redundant 'oneOf' sub-schema
The first entry in the 'oneOf' schema doesn't work because the top
level schema requires exactly 8 interrupt entries. The 2nd entry is just
redundant with the top level. Since 1 entry appears to have been a
mistake, let's just drop the entire 'oneOf' rather than reworking the
top-level to allow 1 entry.
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240417200431.3173953-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/pci/qcom,pcie-sm8350.yaml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie-sm8350.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie-sm8350.yaml index 9eb6e457b07f..2a4cc41fc710 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie-sm8350.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie-sm8350.yaml @@ -71,28 +71,6 @@ properties: items: - const: pci -oneOf: - - properties: - interrupts: - maxItems: 1 - interrupt-names: - items: - - const: msi - - - properties: - interrupts: - minItems: 8 - interrupt-names: - items: - - const: msi0 - - const: msi1 - - const: msi2 - - const: msi3 - - const: msi4 - - const: msi5 - - const: msi6 - - const: msi7 - allOf: - $ref: qcom,pcie-common.yaml# |