On Thu, Feb 27, 2025 at 05:28:21PM +0100, David Jander wrote: > +title: Common properties for motion control devices > + > +maintainers: > + - David Jander <david@xxxxxxxxxxx> > + > +description: | > + This document defines device tree properties common to several motion control > + devices. It doesn't constitute a device tree binding specification by itself but Wrap at coding style, so at 80. > + is meant to be referenced by device tree bindings. > + > + When referenced from motion device tree bindings the properties defined in this > + document are defined as follows. The motion device tree bindings are responsible > + for defining whether each property is required or optional. > + > +properties: > + motion,speed-conv-mul: Drop incorrect motion prefix. > + $ref: /schemas/types.yaml#/definitions/uint32 > + default: 1 > + description: | Do not need '|' unless you need to preserve formatting. Best regards, Krzysztof