Re: [U-Boot] misc: i2c_eeprom: Add atmel,24c08 to the list

2019-01-28 Thread Tom Rini
On Mon, Jan 28, 2019 at 01:56:51PM +0100, Michal Simek wrote: > On 27. 01. 19 4:53, Tom Rini wrote: > > On Mon, Jan 21, 2019 at 01:54:57PM +0100, Michal Simek wrote: > > > >> Linux kernel binding is using atmel,24c08 compatible string. On the > >> other hand there is atmel,24c08a which is not list

Re: [U-Boot] misc: i2c_eeprom: Add atmel,24c08 to the list

2019-01-28 Thread Michal Simek
On 27. 01. 19 4:53, Tom Rini wrote: > On Mon, Jan 21, 2019 at 01:54:57PM +0100, Michal Simek wrote: > >> Linux kernel binding is using atmel,24c08 compatible string. On the >> other hand there is atmel,24c08a which is not listed in the kernel. >> Add compatible string without "a" suffix to be comp

Re: [U-Boot] misc: i2c_eeprom: Add atmel,24c08 to the list

2019-01-26 Thread Tom Rini
On Mon, Jan 21, 2019 at 01:54:57PM +0100, Michal Simek wrote: > Linux kernel binding is using atmel,24c08 compatible string. On the > other hand there is atmel,24c08a which is not listed in the kernel. > Add compatible string without "a" suffix to be compatible with Linux > kernel binding. > > Th