Re: [PATCH v10 2/7] of: property: Add functional dependency link from DT bindings

2019-08-29 Thread Rob Herring
On Thu, Aug 29, 2019 at 2:46 AM Saravana Kannan wrote: > > Add device links after the devices are created (but before they are > probed) by looking at common DT bindings like clocks and > interconnects. > > Automatically adding device links for functional dependencies at the > framework level prov

[PATCH v10 2/7] of: property: Add functional dependency link from DT bindings

2019-08-29 Thread Saravana Kannan
Add device links after the devices are created (but before they are probed) by looking at common DT bindings like clocks and interconnects. Automatically adding device links for functional dependencies at the framework level provides the following benefits: - Optimizes device probe order and avoi