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

Rob Herring robh at kernel.org
Tue Dec 14 14:16:05 PST 2021


On Mon, 06 Dec 2021 13:44:05 -0600, Rob Herring wrote:
> With 'unevaluatedProperties' support implemented, there's several
> warnings due to undocumented properties:
> 
> Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.example.dt.yaml: pcie at 1e140000: pcie at 0,0: Unevaluated properties are not allowed ('phy-names' was unexpected)
> Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.example.dt.yaml: pcie at 1e140000: pcie at 1,0: Unevaluated properties are not allowed ('phy-names' was unexpected)
> Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.example.dt.yaml: pcie at 1e140000: pcie at 2,0: Unevaluated properties are not allowed ('phy-names' was unexpected)
> Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.example.dt.yaml: pcie at 11230000: Unevaluated properties are not allowed ('phy-names' was unexpected)
> Documentation/devicetree/bindings/pci/microchip,pcie-host.example.dt.yaml: pcie at 2030000000: Unevaluated properties are not allowed ('interrupt-controller' was unexpected)
> Documentation/devicetree/bindings/pci/ti,am65-pci-ep.example.dt.yaml: pcie-ep at 5500000: Unevaluated properties are not allowed ('num-ib-windows', 'num-ob-windows' were unexpected)
> Documentation/devicetree/bindings/pci/ti,am65-pci-host.example.dt.yaml: pcie at 5500000: Unevaluated properties are not allowed ('num-viewport', 'interrupts' were unexpected)
> Documentation/devicetree/bindings/pci/ti,j721e-pci-host.example.dt.yaml: pcie at 2900000: Unevaluated properties are not allowed ('dma-coherent' was unexpected)
> 
> Add the necessary property definitions or remove the properties from the
> examples to fix these warnings.
> 
> Cc: Ryder Lee <ryder.lee at mediatek.com>
> Cc: Jianjun Wang <jianjun.wang at mediatek.com>
> Cc: Sergio Paracuellos <sergio.paracuellos at gmail.com>
> Cc: Bjorn Helgaas <bhelgaas at google.com>
> Cc: Matthias Brugger <matthias.bgg at gmail.com>
> Cc: Daire McNamara <daire.mcnamara at microchip.com>
> Cc: Abraham I <kishon at ti.com>
> Cc: linux-pci at vger.kernel.org
> Cc: linux-mediatek at lists.infradead.org
> Cc: linux-arm-kernel at lists.infradead.org
> Signed-off-by: Rob Herring <robh at kernel.org>
> ---
>  .../bindings/pci/mediatek,mt7621-pcie.yaml     |  3 +++
>  .../bindings/pci/mediatek-pcie-gen3.yaml       |  4 ++++
>  .../bindings/pci/microchip,pcie-host.yaml      | 18 ++++++++++++++++++
>  .../bindings/pci/ti,am65-pci-ep.yaml           |  2 --
>  .../bindings/pci/ti,am65-pci-host.yaml         |  4 +++-
>  .../bindings/pci/ti,j721e-pci-host.yaml        |  2 ++
>  6 files changed, 30 insertions(+), 3 deletions(-)
> 

Applied, thanks!



More information about the Linux-mediatek mailing list