>On Saturday, 16 September 2023 at 22:38:17 CEST, Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > >On 16/09/2023 17:48, Nik Bune wrote: > >> Convert txt file to yaml. >> Add reg to the list of required properties. >> Add mainteiners from ./scripts/get_maintainer.pl output. > > >... > >> +--- >> +$id: http://devicetree.org/schemas/watchdog/atmel,at91rm9200-wdt.yaml# >> +$schema: http://devicetree.org/meta-schemas/core.yaml# >> + >> +title: Atmel AT91RM9200 System Timer Watchdog >> + >> +maintainers: >> + - Wim Van Sebroeck <wim@xxxxxxxxxxxxxxxxxx> >> + - Guenter Roeck <linux@xxxxxxxxxxxx >> > >No, these should be maintainer of device or subarch, not subsystem. > Is it a particular way how to determine the mainterners of the device? I have checked nearby atmel devices. They have Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx> in the list of maintainers. Also I have found the similar patch, which looks like have never finalised, https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230525125602.640855-5-claudiu.beznea@xxxxxxxxxxxxx/ it has maintainers: - Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx> - Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx> - Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxxx> Thank you.