Re: [PATCH v2 03/14] dtoc: add support to scan drivers

2020-06-23 Thread Walter Lozano
Hi Simon, On 23/6/20 09:28, Simon Glass wrote: Hi Walter, On Fri, 19 Jun 2020 at 08:56, Walter Lozano wrote: Currently dtoc scans dtbs to convert them to struct platdata and to generate U_BOOT_DEVICE entries. These entries need to be filled with the driver name, but at this moment the informa

Re: [PATCH v2 03/14] dtoc: add support to scan drivers

2020-06-23 Thread Simon Glass
Hi Walter, On Fri, 19 Jun 2020 at 08:56, Walter Lozano wrote: > > Currently dtoc scans dtbs to convert them to struct platdata and > to generate U_BOOT_DEVICE entries. These entries need to be filled > with the driver name, but at this moment the information used is the > compatible name present

[PATCH v2 03/14] dtoc: add support to scan drivers

2020-06-19 Thread Walter Lozano
Currently dtoc scans dtbs to convert them to struct platdata and to generate U_BOOT_DEVICE entries. These entries need to be filled with the driver name, but at this moment the information used is the compatible name present in the dtb. This causes that only nodes with a compatible name that matche