Re: [PATCH v5 04/10] ti/common: add support for extension_scan_board function

2021-05-13 Thread Tom Rini
On Tue, May 04, 2021 at 07:31:24PM +0200, Kory Maincent wrote: > The BeagleBone platforms all use a common mechanism to discover and > identify extension boards (called "capes"): each extension board has an > I2C-connected EEPROM describing itself. > > This patch implements a generic extension_sc

[PATCH v5 04/10] ti/common: add support for extension_scan_board function

2021-05-04 Thread Kory Maincent
The BeagleBone platforms all use a common mechanism to discover and identify extension boards (called "capes"): each extension board has an I2C-connected EEPROM describing itself. This patch implements a generic extension_scan_board() feature that can be used by all BeagleBone platforms to read th