On Sat, Aug 19, 2023 at 8:04 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > > The driver has OF match table, but still it uses an ID lookup table for > retrieving match data. Currently, the driver is working on the > assumption that an I2C device registered via OF will always match a > legacy I2C device ID. Extend match data support for OF tables by using > i2c_get_match_data() instead of the ID lookup for both OF/ID matches by > making similar OF/ID tables. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- Applied, thanks! Bart