сб, 10 июн. 2023 г. в 18:53, Conor Dooley <conor@xxxxxxxxxx>: > > On Sat, Jun 10, 2023 at 06:48:08PM +0300, Maxim Kiselev wrote: > > Hey, > > > > сб, 10 июн. 2023 г. в 18:06, Conor Dooley <conor@xxxxxxxxxx>: > > > > ... > > > > > >+ > > > >+ required: > > > >+ - reg > > > >+ > > > >+ additionalProperties: false > > [1] > > > > >+ > > > >+required: > > > >+ - "#io-channel-cells" > > > >+ - clocks > > > >+ - compatible > > > >+ - interrupts > > > >+ - reg > > > >+ - resets > > > >+ > > > >+unevaluatedProperties: false > > > > > > How come this one changed to unevaluatedProperties: false? > > > Wasn't it for the ADC that we previously discussed whether > > > additionalProperties: false was correct or not? > > > > Hmm, I changed it to `unevaluatedProperties: false` as you suggested > > in this message > > https://lore.kernel.org/lkml/20230604-afternoon-frighten-42222010557b@spud/ > > That was about the adc child nodes [1], not at the top level, no? Indeed, I confused it, sorry.