On Mon, Aug 22, 2022 at 02:20:02AM +0200, Andrew Lunn wrote: > > watchdog-timer@20300: $nodename:0: 'watchdog-timer@20300' does not match '^watchdog(@.*|-[0-9a-f])?$' > > arch/arm/boot/dts/kirkwood-b3.dtb > > arch/arm/boot/dts/kirkwood-blackarmor-nas220.dtb > > This is fixed in the next patch. Not really worried about that one. > So far, i've been working on kirkwood. There are too many mvebu > platforms to convert them all at once to YAML, i have over 50 patches > with just kirkwood. So i expect there to be warnings for other SoC at > the moment. Once i have kirkwood finished, i will probably work on > orion5x and then armada-xp, and the other armada SoCs. It was interrupts-extended warning that caught my attention. You've said there is only 1 interrupt, but clearly some platforms have 2. It's fine to fix the schemas to match reality in the conversion if needed, just note the changes in the commit msg. Rob