22.04.2019 22:13, Dmitry Osipenko пишет: > For some unknown reason the driver for Max77620 doesn't wire up the > device-tree support properly and nothing in kernel creates I2C device > for the driver (and never did), moreover device-tree files for NVIDIA > Tegra210/186/194 boards already have nodes for Max77620. Hence add the > missing of_match_table to make driver actually usable. > > Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> > --- I found out that I2C core actually parses the compatible value of the device-tree node for the driver-device matching and hence it's enough to have the id_table solely. I'll drop this patch in v3.