On Thu, Dec 21, 2017 at 3:48 PM, Bartosz Golaszewski <b...@bgdev.pl> wrote: > Add other variants of at24 EEPROMs we support in the driver to the > list of allowed compatible strings.
> "atmel,24c00", > "atmel,24c01", > + "atmel,24cs01", > "atmel,24c02", > + "atmel,24cs02", > + "atmel,24mac402", > + "atmel,24mac602", > "atmel,spd", > "atmel,24c04", > + "atmel,24cs04", > "atmel,24c08", > + "atmel,24cs08", > "atmel,24c16", > + "atmel,24cs16", > "atmel,24c32", Same comments as per spd case. For me more naturally to have them grouped by letters inside, i.e. "atmel,24c00", "atmel,24c01", ... "atmel,24cs01", "atmel,24cs02", ... "atmel,24mac402", "atmel,24mac602", -- With Best Regards, Andy Shevchenko