Re: [PATCH V4 1/9] dt-bindings: soc: qcom: Add label for GLINK bindings

2018-07-30 Thread Rob Herring
On Fri, Jul 27, 2018 at 05:47:21PM +0530, Arun Kumar Neelakantam wrote: > From: Chris Lew > > There are GLINK clients who open the same channel on multiple GLINK > links. These clients need a way to distinguish which remoteproc they > are communicating to. Add a label property to identify the edg

[PATCH V4 1/9] dt-bindings: soc: qcom: Add label for GLINK bindings

2018-07-27 Thread Arun Kumar Neelakantam
From: Chris Lew There are GLINK clients who open the same channel on multiple GLINK links. These clients need a way to distinguish which remoteproc they are communicating to. Add a label property to identify the edge this node represents. Signed-off-by: Chris Lew Signed-off-by: Arun Kumar Neela