Re: [PATCH 01/13] kp_imx53: Switch to using a local namespace for ID EEPROM

2021-08-30 Thread Tom Rini
On Tue, Aug 17, 2021 at 05:59:36PM -0400, Tom Rini wrote: > This platform does not use any of the standard EEPROM functionality and > instead provides its own. Use a local namespace for the I2C related > defines to access the EEPROM. > > Cc: Lukasz Majewski > Signed-off-by: Tom Rini >

Re: [PATCH 01/13] kp_imx53: Switch to using a local namespace for ID EEPROM

2021-08-18 Thread Lukasz Majewski
Hi Tom, > This platform does not use any of the standard EEPROM functionality > and instead provides its own. Use a local namespace for the I2C > related defines to access the EEPROM. > > Cc: Lukasz Majewski > Signed-off-by: Tom Rini > --- > board/k+p/kp_imx53/kp_id_rev.c | 9 ++--- >

[PATCH 01/13] kp_imx53: Switch to using a local namespace for ID EEPROM

2021-08-17 Thread Tom Rini
This platform does not use any of the standard EEPROM functionality and instead provides its own. Use a local namespace for the I2C related defines to access the EEPROM. Cc: Lukasz Majewski Signed-off-by: Tom Rini --- board/k+p/kp_imx53/kp_id_rev.c | 9 ++--- include/configs/kp_imx53.h