Hi Krzysztof, On 29 June 2022 09:23, Krzysztof Kozlowski wrote: > On 28/06/2022 21:45, Phil Edworthy wrote: > > Document Renesas RZ/V2M (r9a09g011) I2C controller bindings. > > > > Signed-off-by: Phil Edworthy <phil.edworthy@xxxxxxxxxxx> > > Reviewed-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > --- > > v2: > > - Use an enum and set the default for clock-frequency > > - Add resets property > > --- > > .../bindings/i2c/renesas,rzv2m.yaml | 80 +++++++++++++++++++ > > 1 file changed, 80 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml > > > > diff --git a/Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml ... > > +examples: > > + - | > > + #include <dt-bindings/clock/r9a09g011-cpg.h> > > + #include <dt-bindings/interrupt-controller/arm-gic.h> > > + > > + i2c0: i2c@a4030000 { > > + compatible = "renesas,i2c-r9a09g011", > > + "renesas,rzv2m-i2c"; > > I missed that part in last version - you have some weird indentation here. > Use 4 spaces for DTS example. Will do! Thanks Phil