> -----Original Message----- > From: Rob Herring <robh@xxxxxxxxxx> > Sent: Tuesday, September 22, 2020 7:05 PM > To: Khalil Blaiech <kblaiech@xxxxxxxxxx> > Cc: Linux I2C <linux-i2c@xxxxxxxxxxxxxxx>; Khalil Blaiech > <kblaiech@xxxxxxxxxxxx>; Vadim Pasternak <vadimp@xxxxxxxxxxxx> > Subject: Re: [PATCH v11 2/2] dt-bindings: i2c: I2C binding for Mellanox > BlueField SoC > > On Tue, Sep 22, 2020 at 4:49 PM Khalil Blaiech <kblaiech@xxxxxxxxxx> wrote: > > > > From: Khalil Blaiech <kblaiech@xxxxxxxxxxxx> > > Use scripts/get_maintainers.pl and send to the right lists/people. > Specifically, this needs to go to the DT list to get in my queue. Understood! Sorry about that. > > > > > Add device tree bindings documentation for Mellanox BlueField > > I2C SMBus controller. > > > > Signed-off-by: Khalil Blaiech <kblaiech@xxxxxxxxxxxx> > > --- > > v5->v6: > > - Adding description of an extra resource to be > > consistent with new BlueField-2 SoCs. > > - Adding an additional example of device instance. > > v3->v4: > > - Re-ordering of the property descriptions. > > - Removing useless register addresses from the > > resource description. > > - Definition of default clock-frequency value. > > - Fixing format issues; removing spaces. > > - Removing "aliases" from Example section. > > - Renaming device instance node in Example section. > > v2->v3: > > - Removing shared resources from the controller > > instance. > > - Updating the 'compatible' property and support the > > second generation of the Mellanox BlueField SoC. > > - Fixing file format; replacing spaces with tabs. > > v1->v2: > > - Enumeration of the device resources. > > - Updating the 'compatible' property to make it less > > generic. > > - Removing the 'bus' index property and replace it with > > standard approach to read the bus identifier. > > - Getting rid of the 'profile' property. > > - Using 'clock-frequency' property instead of 'bus-freq'. > > - Convertion of the clock frequency from KHz to Hz. > > - Removing useless examples. > > --- > > .../devicetree/bindings/i2c/mellanox,i2c-mlxbf.txt | 42 > ++++++++++++++++++++++ > > 1 file changed, 42 insertions(+) > > create mode 100644 > Documentation/devicetree/bindings/i2c/mellanox,i2c-mlxbf.txt > > Sorry, but DT bindings are now in DT schema format. Got it. > > Rob Thanks, -Khalil