Re: [PATCH] board: ti: common: board_detect: Fix EEPROM read quirk for AM6 style data

2022-09-29 Thread Tom Rini
On Wed, Sep 21, 2022 at 08:38:42AM -0500, Nishanth Menon wrote: > The situation is similar to commit bf6376642fe8 ("board: ti: common: > board_detect: Fix EEPROM read quirk"). This is seen on a variant of > eeproms seen on some BeagleBone-AI64 which now has a mix of both 1 byte > addressing and 2

[PATCH] board: ti: common: board_detect: Fix EEPROM read quirk for AM6 style data

2022-09-21 Thread Nishanth Menon
The situation is similar to commit bf6376642fe8 ("board: ti: common: board_detect: Fix EEPROM read quirk"). This is seen on a variant of eeproms seen on some BeagleBone-AI64 which now has a mix of both 1 byte addressing and 2 byte addressing eeproms. Unlike the am335x (ti_i2c_eeprom_am_get) and dr