From patchwork Thu Oct 20 02:38:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 9385753 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 03517607D0 for ; Thu, 20 Oct 2016 02:38:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D0D5028A99 for ; Thu, 20 Oct 2016 02:38:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C52EF29938; Thu, 20 Oct 2016 02:38:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2539C28A99 for ; Thu, 20 Oct 2016 02:38:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757368AbcJTCiP (ORCPT ); Wed, 19 Oct 2016 22:38:15 -0400 Received: from mail-pf0-f177.google.com ([209.85.192.177]:33152 "EHLO mail-pf0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757363AbcJTCiO (ORCPT ); Wed, 19 Oct 2016 22:38:14 -0400 Received: by mail-pf0-f177.google.com with SMTP id 128so26562544pfz.0 for ; Wed, 19 Oct 2016 19:38:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=qjm1NtDk4NcrIS4CT2cX7CwjZ4jgEdCVxQCZH31DcQ4=; b=S86MGjw5iWBLk4nPy67IxfF6PUmV5besiZ/0Ek6BZZ/qJwTaDnmz71rCCaDbL/Mej5 oYnTS/0mKmL3vxcnMdmcE2r0NuQ9bMFKwnF915x5jgWkiRNioaC0mRvfBA5KIHXjYGFs CtpCIr2dEl3kiZpIrkkwb2Yxvexb+UjNYy2ns= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=qjm1NtDk4NcrIS4CT2cX7CwjZ4jgEdCVxQCZH31DcQ4=; b=JIX/b+HmNJvDwnCsCXoUTz7iHreKPaF5RD9jiaRMdPBXP0cA+UYaf6N80AfR6M+3FB DmNH8KTmHGA1jUmtiXZFdORmuFhDM7IN3ceyEn/XmgS/PdweYzyX1khejmJrE552b1TK baF4iC/DxWpFlVMOCjq9Qi3P1K5isREOIr16kTC9JdD0L+a1WpifVWbFhpNjw0Y+iEd/ TxaEGh/KOAuYeVvIcNmUWc4YcxZYDUkckeflHOhTTfsvpLlvPoL4qVcycwQ8xSQq9ljX G2roo/B7l1EAGWbawZHCIp8QgBFo3TbPxqywkSDt+Bh6m/rqPzMtvcBGvA9DMhdI3fTR A7FQ== X-Gm-Message-State: AA6/9RmFrE0XtQXYpsloGfbAQGM1kUAQ1gApMiBoC32kOHNR4rXb1vF5se4LMGo8YWBzWbqp X-Received: by 10.98.13.20 with SMTP id v20mr17042404pfi.80.1476931094163; Wed, 19 Oct 2016 19:38:14 -0700 (PDT) Received: from localhost.localdomain (ip68-111-223-48.sd.sd.cox.net. [68.111.223.48]) by smtp.gmail.com with ESMTPSA id i191sm66781666pfe.27.2016.10.19.19.38.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 19 Oct 2016 19:38:12 -0700 (PDT) From: Bjorn Andersson To: Andy Gross , David Brown , Rob Herring , Mark Rutland Cc: linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-binding: soc: qcom: smd: Add label property Date: Wed, 19 Oct 2016 19:38:10 -0700 Message-Id: <1476931090-1616-1-git-send-email-bjorn.andersson@linaro.org> X-Mailer: git-send-email 2.5.0 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The label property can be used to specify a name of the edge, for consistent naming purposes. Signed-off-by: Bjorn Andersson Acked-by: Rob Herring Acked-by: Andy Gross --- Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt index 97d9b3e1bf39..ea1dc75ec9ea 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt @@ -43,6 +43,13 @@ The edge is described by the following properties: Definition: the identifier for the remote processor as known by the rest of the system. +- label: + Usage: optional + Value type: + Definition: name of the edge, used for debugging and identification + purposes. The node name will be used if this is not + present. + = SMD DEVICES In turn, subnodes of the "edges" represent devices tied to SMD channels on that