On Tue, 26 Sep 2023 10:56:09 -0500, Rob Herring wrote: > The 'msi' child node schema is missing constraints on additional properties. > It turns out it is incomplete and properties for it are documented in the > parent node by mistake. Move the reference to msi-controller.yaml and > the custom properties to the 'msi' node. Adding 'unevaluatedProperties' > ensures all the properties in the 'msi' node are documented. > > With the schema corrected, a minimal interrupt controller node is needed > to properly decode the interrupt properties since the example has > multiple interrupt parents. > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > .../bindings/pci/brcm,iproc-pcie.yaml | 24 ++++++++++++------- > 1 file changed, 16 insertions(+), 8 deletions(-) > Applied, thanks!