Re: [PATCH 1/2] of: Add helper to lookup non port child node

2021-12-09 Thread Jagan Teki
Hi Rob and Laurent, On Wed, Dec 8, 2021 at 11:56 AM Jagan Teki wrote: > > On Wed, Dec 8, 2021 at 2:20 AM Rob Herring wrote: > > > > On Mon, Dec 6, 2021 at 11:49 PM Jagan Teki > > wrote: > > > > > > Add of_get_non_port_child() helper that can be used to lookup > > > non port child nodes. > > >

Re: [PATCH 1/2] of: Add helper to lookup non port child node

2021-12-07 Thread Jagan Teki
On Wed, Dec 8, 2021 at 2:20 AM Rob Herring wrote: > > On Mon, Dec 6, 2021 at 11:49 PM Jagan Teki wrote: > > > > Add of_get_non_port_child() helper that can be used to lookup > > non port child nodes. > > > > Some OF graphs don't require 'ports' to represent the next output > > instead, it simply

Re: [PATCH 1/2] of: Add helper to lookup non port child node

2021-12-07 Thread Rob Herring
On Mon, Dec 6, 2021 at 11:49 PM Jagan Teki wrote: > > Add of_get_non_port_child() helper that can be used to lookup > non port child nodes. > > Some OF graphs don't require 'ports' to represent the next output > instead, it simply adds a child node on a given parent node. This > helper lookup that

[PATCH 1/2] of: Add helper to lookup non port child node

2021-12-06 Thread Jagan Teki
Add of_get_non_port_child() helper that can be used to lookup non port child nodes. Some OF graphs don't require 'ports' to represent the next output instead, it simply adds a child node on a given parent node. This helper lookup that child node, however that child node is not a 'port' on given pa