From patchwork Thu Apr 26 02:07:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Lew X-Patchwork-Id: 10364571 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 140C960546 for ; Thu, 26 Apr 2018 02:09:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 05465290E2 for ; Thu, 26 Apr 2018 02:09:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EBD21290E3; Thu, 26 Apr 2018 02:09:45 +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=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, 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 95FCD290E3 for ; Thu, 26 Apr 2018 02:09:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753228AbeDZCIo (ORCPT ); Wed, 25 Apr 2018 22:08:44 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:44200 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751638AbeDZCIl (ORCPT ); Wed, 25 Apr 2018 22:08:41 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id ABFB660F6D; Thu, 26 Apr 2018 02:08:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1524708520; bh=aEZKTm9A2tUzj3CrVqbwqMxljteGTqdYbrrm4Tg7vv0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UwMfDeXOWxqNCo8iwG+JNiu+M4802IUlbdIN7axyQbKTl7YCd0khIUIMc1ZDviOZo UyVD1axWElt6c5Gf+2ToGSMUe4UFGiBAIhe2wRDlMJyqx0iaMJ5C0BBXcDztW+VCI8 OPEjX5/hPUVsBjFFUxyAgQ5/Yc8LVexBLxHLbghk= Received: from clew-linux.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: clew@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 9298960AE0; Thu, 26 Apr 2018 02:08:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1524708520; bh=aEZKTm9A2tUzj3CrVqbwqMxljteGTqdYbrrm4Tg7vv0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UwMfDeXOWxqNCo8iwG+JNiu+M4802IUlbdIN7axyQbKTl7YCd0khIUIMc1ZDviOZo UyVD1axWElt6c5Gf+2ToGSMUe4UFGiBAIhe2wRDlMJyqx0iaMJ5C0BBXcDztW+VCI8 OPEjX5/hPUVsBjFFUxyAgQ5/Yc8LVexBLxHLbghk= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 9298960AE0 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=clew@codeaurora.org From: Chris Lew To: bjorn.andersson@linaro.org, andy.gross@linaro.org, david.brown@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com Cc: 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, clew@codeaurora.org Subject: [PATCH v2 1/6] dt-bindings: soc: qcom: Add label for GLINK bindings Date: Wed, 25 Apr 2018 19:07:47 -0700 Message-Id: <1524708472-18263-2-git-send-email-clew@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1524708472-18263-1-git-send-email-clew@codeaurora.org> References: <1524708472-18263-1-git-send-email-clew@codeaurora.org> Sender: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- Changes since v1: - Add explanation for label in commit message 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: