On Monday 11 January 2021 07:28:08 Tom Rini wrote: > On Mon, Jan 11, 2021 at 01:05:38PM +0100, Pali Rohár wrote: > > On Thursday 07 January 2021 09:11:18 Tom Rini wrote: > > > > Pali Rohár (3): > > > > Nokia RX-51: Convert to CONFIG_DM_MMC > > > > > > This is also bringing up a conflict, and I think part of the real > > > problem is that we shouldn't be having a single U_BOOT_DRVINFOS > > > (formerly U_BOOT_DEVICES) but one per peripheral. It may work but it's > > > not intentional (adding Simon in case he wants to correct me here). > > > > Hello Tom! What is the one peripheral? One mmc device? Or more mmc > > devices with the same mmc driver? Or all mmc devices (even with > > different drivers)? > > The patches (as far as it looks when merging) put all of i2c and mmc in > to a single U_BOOT_DRVINFOS/U_BOOT_DEVICES rather than separate i2c and > mmc U_BOOT_DRVINFOS/U_BOOT_DEVICES.
Ok, so you want to put all mmc devices into the one U_BOOT_DRVINFOS and all i2c devices into second U_BOOT_DRVINFOS?

