From 437b168028911c8e622130919e583fb5011bf0a4 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Thu, 6 Jan 2022 21:03:57 -0600 Subject: [PATCH] dt-bindings: PCI: snps,dw-pcie-ep: Drop conflicting 'max-functions' schema 'max-functions' is already defined in pci-ep.yaml schema as a uint8 and all users of it expect an uint8. Drop the conflicting schema. Signed-off-by: Rob Herring Link: https://lore.kernel.org/r/20220107030358.2378221-1-robh@kernel.org --- Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml index b3b544e..e59059a 100644 --- a/Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml +++ b/Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml @@ -64,10 +64,6 @@ properties: maxItems: 1 deprecated: true - max-functions: - $ref: /schemas/types.yaml#/definitions/uint32 - description: maximum number of functions that can be configured - required: - reg - reg-names -- 2.7.4