Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756154AbdLTSaF (ORCPT ); Wed, 20 Dec 2017 13:30:05 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:41609 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755933AbdLTSaC (ORCPT ); Wed, 20 Dec 2017 13:30:02 -0500 X-Google-Smtp-Source: ACJfBosC42Gmv+yvhMv11Id4erNcZKJY/cI7/C6ucqwKVmAebaQXJsEqGhjsRQCi70Wu9WSdwPGjxg== Date: Wed, 20 Dec 2017 12:30:00 -0600 From: Rob Herring To: Chris Lew Cc: bjorn.andersson@linaro.org, andy.gross@linaro.org, david.brown@linaro.org, aneela@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-remoteproc@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/6] dt-bindings: soc: qcom: Add label for GLINK bindings Message-ID: <20171220183000.rhxgyikfqzxmqkjo@rob-hp-laptop> References: <1513634534-22861-1-git-send-email-clew@codeaurora.org> <1513634534-22861-2-git-send-email-clew@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513634534-22861-2-git-send-email-clew@codeaurora.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1077 Lines: 31 On Mon, Dec 18, 2017 at 02:02:09PM -0800, Chris Lew wrote: > Add a label property to identify the edge this node represents. Why does a user need to know this? > > Signed-off-by: Chris Lew > --- > Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt > index 9663cab52246..0b8cc533ca83 100644 > --- a/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt > +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt > @@ -10,6 +10,11 @@ edge. > Value type: > Definition: must be "qcom,glink-rpm" > > +- label: > + Usage: optional > + Value type: > + Definition: should specify the subsystem name this edge corresponds to. > + > - interrupts: > Usage: required > Value type: > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project >