Re: [PATCH v2] rpmsg: qcom_smd: Add support for "label" property

From: Jeremy McNicoll
Date: Thu Dec 08 2016 - 07:14:09 EST


On 2016-12-02 2:06 PM, Bjorn Andersson wrote:
Add support for the "label" property, used to give the edge a name other
than the one of the DT node. This allows the implementor to provide
consistently named edges when using the rpmsg character device.

Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
---

Changes since v1:
- Moved sysfs attribute to the correct (this) patch

drivers/rpmsg/qcom_smd.c | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)


Could you please add something to Documentation/devicetree/bindings/
showing this "label" property.

Or add a "label" to an existing DTS so people/implementors have a reference if they so choose to use this property.

Thanks.

-jeremy