Re: [PATCH 1/3] of: Support parsing phandle argument lists through a nexus node

2016-11-30 Thread Rob Herring
On Thu, Nov 24, 2016 at 4:25 AM, Stephen Boyd wrote: > Platforms like 96boards have a standardized connector/expansion > slot that exposes signals like GPIOs to expansion boards in an > SoC agnostic way. We'd like the DT overlays for the expansion > boards to be written once without knowledge of t

Re: [PATCH 1/3] of: Support parsing phandle argument lists through a nexus node

2016-11-24 Thread Pantelis Antoniou
Hi Stephen, > On Nov 24, 2016, at 12:25 , Stephen Boyd wrote: > > Platforms like 96boards have a standardized connector/expansion > slot that exposes signals like GPIOs to expansion boards in an > SoC agnostic way. We'd like the DT overlays for the expansion > boards to be written once without k

[PATCH 1/3] of: Support parsing phandle argument lists through a nexus node

2016-11-24 Thread Stephen Boyd
Platforms like 96boards have a standardized connector/expansion slot that exposes signals like GPIOs to expansion boards in an SoC agnostic way. We'd like the DT overlays for the expansion boards to be written once without knowledge of the SoC on the other side of the connector. This avoids the uns