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

2020-07-03 Thread Walter Lozano
On 2/7/20 16:47, Simon Glass wrote: Hi Walter, On Thu, 25 Jun 2020 at 19:43, Simon Glass wrote: On Wed, 24 Jun 2020 at 22:10, 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 dr

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

2020-07-02 Thread Simon Glass
Hi Walter, On Thu, 25 Jun 2020 at 19:43, Simon Glass wrote: > > On Wed, 24 Jun 2020 at 22:10, 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 t

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

2020-06-25 Thread Simon Glass
On Wed, 24 Jun 2020 at 22:10, 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 in the dtb.

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

2020-06-24 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