diff options
author | Rob Herring <robh@kernel.org> | 2022-01-06 21:03:57 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-01-11 11:54:34 -0600 |
commit | 437b168028911c8e622130919e583fb5011bf0a4 (patch) | |
tree | b22a65497ef8f02ec248dd7735a6048fa6f1dbfe | |
parent | f364d2c622f569a41e513514de4882d5f2f8d986 (diff) | |
download | linux-437b168028911c8e622130919e583fb5011bf0a4.tar.bz2 |
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 <robh@kernel.org>
Link: https://lore.kernel.org/r/20220107030358.2378221-1-robh@kernel.org
-rw-r--r-- | Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml | 4 |
1 files changed, 0 insertions, 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 b3b544eaf5aa..e59059ab5be0 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 |