From patchwork Thu Mar 16 05:26:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 9627113 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 CE89D604A9 for ; Thu, 16 Mar 2017 05:26:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B22C4285F5 for ; Thu, 16 Mar 2017 05:26:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A4A8128616; Thu, 16 Mar 2017 05:26:46 +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 36908285F5 for ; Thu, 16 Mar 2017 05:26:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751047AbdCPF0p (ORCPT ); Thu, 16 Mar 2017 01:26:45 -0400 Received: from mail-pg0-f48.google.com ([74.125.83.48]:35547 "EHLO mail-pg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750866AbdCPF0o (ORCPT ); Thu, 16 Mar 2017 01:26:44 -0400 Received: by mail-pg0-f48.google.com with SMTP id b129so19528131pgc.2 for ; Wed, 15 Mar 2017 22:26:43 -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=shbDVTyJFDnnYQcnCJ/iNeLRXaQ2ECUof+I7c1uI20o=; b=i6sV9OxYvzyemRTpWesAMc7RUmEh/aMb9mrEJopzTc4GaQg0iwEA3pMZ82QUo7sFfs Yf9ihAy0r3nl5BzLpArOxe0wzUPUDGKXPeIFF442wtF4aXbRopMO2K/ercLJa5RmBL8T Z3q9S4fcgvCjXo7gieIbjq6UxidV0ezC3yKSM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=shbDVTyJFDnnYQcnCJ/iNeLRXaQ2ECUof+I7c1uI20o=; b=kmMM1BMF3xjEvdZkbeNS9I3ItAF247VdMXu6wbcyyWRtXgwpnSt/vn43ZEIoN/gpe4 CmULOuC+85M5/KLtV64qAbn+bOnas1O1Qtr+MLcRYIGeOICE/ETJF9t8FhMMpncl41Qy 6YcrGnRYhtKNQ4V4d+f7VjDxdMZUQYRLkEKkQ+t1Hj9wZl7DLiGPBMjNkK7yu7TWIy6D JKgOuaiJPp27lWtoVa+jTzSfP98D+b+RP6NGnuXJe7+AnQI2pMBqHqq0TLbJA0LfpuwO LGOB3ylqNRMWTeZSNkXjYqRLfElnaethTcoge1OPcWIx14ttu57umJW+b/7tqYOi/Pwf IliA== X-Gm-Message-State: AFeK/H311QSvXnVhgCH29MYRynk+FMm3pEd+okuqyJ83am5PqiFYs+icLfDr98gQo3bCQLqr X-Received: by 10.98.196.221 with SMTP id h90mr8065016pfk.149.1489642003200; Wed, 15 Mar 2017 22:26:43 -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 b83sm7405103pfe.12.2017.03.15.22.26.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Mar 2017 22:26:42 -0700 (PDT) From: Bjorn Andersson To: Andy Gross , Rob Herring , Mark Rutland , Ohad Ben-Cohen Cc: linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org Subject: [PATCH 1/2] soc: qcom: Add device tree binding for GLINK RPM Date: Wed, 15 Mar 2017 22:26:38 -0700 Message-Id: <20170316052639.11391-1-bjorn.andersson@linaro.org> X-Mailer: git-send-email 2.12.0 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 device tree binding documentation for the Qualcomm GLINK RPM, used for communication with the Resource Power Management subsystem in various Qualcomm SoCs. Signed-off-by: Bjorn Andersson --- .../devicetree/bindings/soc/qcom/qcom,glink.txt | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt new file mode 100644 index 000000000000..da92c4f787f3 --- /dev/null +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt @@ -0,0 +1,73 @@ +Qualcomm RPM GLINK binding + +This binding describes the Qualcomm RPM GLINK, a fifo based mechanism for +communication with the Resource Power Management system on various Qualcomm +platforms. + +- compatible: + Usage: required + Value type: + Definition: must be "qcom,glink-rpm" + +- interrupts: + Usage: required + Value type: + Definition: should specify the IRQ used by the remote processor to + signal this processor about communication related events + +- qcom,rpm-msg-ram: + Usage: required + Value type: + Definition: handle to RPM message memory resource + +- qcom,ipc: + Usage: required + Value type: + Definition: three entries specifying the outgoing ipc bit used for + signaling the remote processor: + - phandle to a syscon node representing the apcs registers + - u32 representing offset to the register within the syscon + - u32 representing the ipc bit within the register + += GLINK DEVICES +Each subnode of the GLINK node represent function tied to a virtual +communication channel. The name of the nodes are not important. The properties +of these nodes are defined by the individual bindings for the specific function +- but must contain the following property: + +- qcom,glink-channels: + Usage: required + Value type: + Definition: a list of channels tied to this function, used for matching + the function to a set of virtual channels + += EXAMPLE +The following example represents the GLINK RPM node on a MSM8996 device, with +the function for the "rpm_request" channel defined, which is used for +regualtors and root clocks. + + apcs: syscon@f9011000 { + compatible = "syscon"; + reg = <0xf9011000 0x1000>; + }; + + rpm_msg_ram: memory@68000 { + compatible = "qcom,rpm-msg-ram"; + reg = <0x68000 0x6000>; + }; + + rpm-glink { + compatible = "qcom,glink-rpm"; + + interrupts = ; + + qcom,rpm-msg-ram = <&rpm_msg_ram>; + qcom,ipc = <&apcs 0x10 0>; + + rpm-requests { + compatible = "qcom,rpm-msm8996"; + qcom,glink-channels = "rpm_requests"; + + ... + }; + };