From patchwork Mon Dec 18 22:02:09 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Lew X-Patchwork-Id: 10121957 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 DB65760327 for ; Mon, 18 Dec 2017 22:03:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CAF7D28B37 for ; Mon, 18 Dec 2017 22:03:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BD14628C77; Mon, 18 Dec 2017 22:03:03 +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 64E2528B37 for ; Mon, 18 Dec 2017 22:03:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965491AbdLRWCf (ORCPT ); Mon, 18 Dec 2017 17:02:35 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:51660 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937845AbdLRWCX (ORCPT ); Mon, 18 Dec 2017 17:02:23 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 5318360818; Mon, 18 Dec 2017 22:02:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1513634543; bh=+Q//HpM26bM0uguhHf56EPXPO/81qqwbwOFJqfpnDao=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AqRM/LP3YMC75YxZ9x9hiirqlXxpL9IXVI33undvbBb/CpgYRt+nwm8ZoIM+NjaK9 prB9Ea4XQdv9WR2Q0a99zu4j7VafGgJEPjDW8w4lnAjJj4QnHAbF6uSsrtKB4FSNcT OqspeKwiaZseE9cRSyAU9XTPH3SDK7WGS7aRxqH4= 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 A94B460710; Mon, 18 Dec 2017 22:02:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1513634543; bh=+Q//HpM26bM0uguhHf56EPXPO/81qqwbwOFJqfpnDao=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AqRM/LP3YMC75YxZ9x9hiirqlXxpL9IXVI33undvbBb/CpgYRt+nwm8ZoIM+NjaK9 prB9Ea4XQdv9WR2Q0a99zu4j7VafGgJEPjDW8w4lnAjJj4QnHAbF6uSsrtKB4FSNcT OqspeKwiaZseE9cRSyAU9XTPH3SDK7WGS7aRxqH4= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org A94B460710 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, robh+dt@kernel.org, andy.gross@linaro.org, david.brown@linaro.org 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 1/6] dt-bindings: soc: qcom: Add label for GLINK bindings Date: Mon, 18 Dec 2017 14:02:09 -0800 Message-Id: <1513634534-22861-2-git-send-email-clew@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1513634534-22861-1-git-send-email-clew@codeaurora.org> References: <1513634534-22861-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 Add a label property to identify the edge this node represents. 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: