On Thu, 08 Aug 2024 13:44:24 +0930, Andrew Jeffery wrote: > Squash warnings such as: > > arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-galaxy100.dtb: /ahb/interrupt-controller@1e6c0080: failed to match any schema with compatible: ['aspeed,ast2400-vic'] > > The YAML DT schema defines an optional property, valid-sources, which > was not previously described in the prose binding. It is added to > document existing practice in the Aspeed devicetrees. Unfortunately > the property seems to predate the requirement that vendor-specific > properties be prefixed. > > Signed-off-by: Andrew Jeffery <andrew@xxxxxxxxxxxxxxxxxxxx> > --- > .../interrupt-controller/aspeed,ast2400-vic.txt | 23 -------- > .../interrupt-controller/aspeed,ast2400-vic.yaml | 62 ++++++++++++++++++++++ > 2 files changed, 62 insertions(+), 23 deletions(-) > Applied, thanks!