Re: [U-Boot] [PATCH v2 0/4] dm: core: Scan "/firmware" node by default

2018-09-28 Thread Simon Glass
On 25 September 2018 at 23:33, Michal Simek wrote: > Hi Simon, > > On 19.9.2018 12:43, Rajan Vaja wrote: >> All Linux firmware drivers are put under "/firmware" node >> and it has support to populate "/firmware" node by default. >> >> u-boot and Linux can share same DTB. In this case, driver >> pr

Re: [U-Boot] [PATCH v2 0/4] dm: core: Scan "/firmware" node by default

2018-09-25 Thread Michal Simek
Hi Simon, On 19.9.2018 12:43, Rajan Vaja wrote: > All Linux firmware drivers are put under "/firmware" node > and it has support to populate "/firmware" node by default. > > u-boot and Linux can share same DTB. In this case, driver > probe for devices under "/firmware" will not be invoked > as "/

[U-Boot] [PATCH v2 0/4] dm: core: Scan "/firmware" node by default

2018-09-19 Thread Rajan Vaja
All Linux firmware drivers are put under "/firmware" node and it has support to populate "/firmware" node by default. u-boot and Linux can share same DTB. In this case, driver probe for devices under "/firmware" will not be invoked as "/firmware" does not have its own "compatible" property. This