Re: [RFC 1/6] dtoc: add support to scan drivers

2020-05-22 Thread Simon Glass
Hi Walter, On Thu, 21 May 2020 at 07:15, Walter Lozano wrote: > > Hi Simon, > > On 20/5/20 00:07, Simon Glass wrote: > > Hi Walter, > > > > On Wed, 13 May 2020 at 14:13, Walter Lozano > > wrote: > >> Currently dtoc scans dtbs to convert them to struct platdata and > >> to generate

Re: [RFC 1/6] dtoc: add support to scan drivers

2020-05-21 Thread Walter Lozano
Hi Simon, On 20/5/20 00:07, Simon Glass wrote: Hi Walter, On Wed, 13 May 2020 at 14:13, 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

Re: [RFC 1/6] dtoc: add support to scan drivers

2020-05-19 Thread Simon Glass
Hi Walter, On Wed, 13 May 2020 at 14:13, 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

[RFC 1/6] dtoc: add support to scan drivers

2020-05-13 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