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

2018-08-11 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

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

2018-08-10 Thread Michal Simek
Hi Simon, On 10.8.2018 10:45, 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