On 12/08, Krzysztof Kozlowski wrote: > On 07/12/2023 19:42, Marcelo Schmitt wrote: > > Add device tree documentation for AD7091R-8. > > > > Signed-off-by: Marcelo Schmitt <marcelo.schmitt@xxxxxxxxxx> > > Except what David said also: > > > +examples: > > + - | > > + #include <dt-bindings/interrupt-controller/irq.h> > > + #include <dt-bindings/gpio/gpio.h> > > + spi { > > + #address-cells = <1>; > > + #size-cells = <0>; > > + > > + adc@0 { > > + compatible = "adi,ad7091r8"; > > Use 4 spaces for example indentation. Ack, will do for v4. Thanks > > Best regards, > Krzysztof >