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: 78375 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp559605qge; Wed, 19 Oct 2016 19:38:17 -0700 (PDT) X-Received: by 10.99.114.80 with SMTP id c16mr8379534pgn.144.1476931097090; Wed, 19 Oct 2016 19:38:17 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y88si42976347pfi.101.2016.10.19.19.38.16; Wed, 19 Oct 2016 19:38:17 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-arm-msm-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757368AbcJTCiP (ORCPT + 10 others); 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 The label property can be used to specify a name of the edge, for consistent naming purposes. Signed-off-by: Bjorn Andersson --- Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Acked-by: Andy Gross 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