On 02/05/2024 09:55, Christoph Fritz wrote: > This patch adds dt-bindings for serial LIN bus adapters. These adapters are Please do not use "This commit/patch/change", but imperative mood. See longer explanation here: https://elixir.bootlin.com/linux/v5.17.1/source/Documentation/process/submitting-patches.rst#L95 > basically just LIN transceivers that get hard-wired with serial devices. > > Signed-off-by: Christoph Fritz <christoph.fritz@xxxxxxxxx> ... > +maintainers: > + - Christoph Fritz <christoph.fritz@xxxxxxxxx> > + > +properties: > + compatible: > + const: hexdev,lin-serdev > + > +required: > + - compatible > + > +unevaluatedProperties: false This must be additionalProperties: false. Best regards, Krzysztof