Re: [PATCH] dt-bindings: PCI: cdns-ep: Fix 'unevaluatedProperties' warnings

From: Rob Herring
Date: Tue Dec 14 2021 - 17:16:23 EST


On Mon, 06 Dec 2021 13:44:13 -0600, Rob Herring wrote:
> With 'unevaluatedProperties' support implemented, the TI j721e endpoint
> binding example has a warning:
>
> Documentation/devicetree/bindings/pci/ti,j721e-pci-ep.example.dt.yaml: pcie-ep@d000000: Unevaluated properties are not allowed ('max-link-speed', 'num-lanes', 'max-functions' were unexpected)
>
> Adjust where pci-ep.yaml is referenced so that ti,j721e-pci-ep.yaml will
> include it.
>
> Cc: Tom Joseph <tjoseph@xxxxxxxxxxx>
> Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
> Cc: linux-pci@xxxxxxxxxxxxxxx
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/pci/cdns,cdns-pcie-ep.yaml | 1 -
> Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml | 1 +
> 2 files changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!