Re: [PATCH 5/5] eeprom: at24: extend the list of chips supported in DT

2017-12-21 Thread Javier Martinez Canillas
On Thu, Dec 21, 2017 at 2:08 PM, Bartosz Golaszewski wrote: > Add all supported at24 variants to the of_match table. > > Signed-off-by: Bartosz Golaszewski > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier

[PATCH 5/5] eeprom: at24: extend the list of chips supported in DT

2017-12-21 Thread Bartosz Golaszewski
Add all supported at24 variants to the of_match table. Signed-off-by: Bartosz Golaszewski --- drivers/misc/eeprom/at24.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/misc/eeprom/at24.c b/drivers/misc/eeprom/at24.c index e79833d62284..01f9c4921c50 100644 --- a/drivers/misc