Re: [PATCH v5 04/14] dtoc: add support to scan drivers

2020-07-03 Thread Simon Glass
Hi Walter, On Fri, 3 Jul 2020 at 11:45, Walter Lozano wrote: > > Hi Simon, > > On 3/7/20 13:08, Simon Glass wrote: > > Hi Walter, > > > > On Fri, 3 Jul 2020 at 05:07, Walter Lozano > > wrote: > >> Currently dtoc scans dtbs to convert them to struct platdata and > >> to generate U_BOOT_DEVICE en

Re: [PATCH v5 04/14] dtoc: add support to scan drivers

2020-07-03 Thread Walter Lozano
Hi Simon, On 3/7/20 13:08, Simon Glass wrote: Hi Walter, On Fri, 3 Jul 2020 at 05:07, 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 informati

Re: [PATCH v5 04/14] dtoc: add support to scan drivers

2020-07-03 Thread Simon Glass
Hi Walter, On Fri, 3 Jul 2020 at 05:07, 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 i

[PATCH v5 04/14] dtoc: add support to scan drivers

2020-07-03 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