On Sat, 24 Sep 2022 15:35:17 -0700, Matt Ranostay wrote: > Both interrupts, and interrupt names weren't defined in both EP and host > yaml. Also define the only possible interrupt-name as link_state, and > maxItems of interrupts to one. > > This patch resolves the following warning: > > arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dtb: pcie-ep@2910000: Unevaluated properties are not allowed ('interrupt-names', 'interrupts' were unexpected) > From schema Documentation/devicetree/bindings/pci/ti,j721e-pci-ep.yaml > > Signed-off-by: Matt Ranostay <mranostay@xxxxxx> > --- > Documentation/devicetree/bindings/pci/ti,j721e-pci-ep.yaml | 7 +++++++ > .../devicetree/bindings/pci/ti,j721e-pci-host.yaml | 7 +++++++ > 2 files changed, 14 insertions(+) > Acked-by: Rob Herring <robh@xxxxxxxxxx>