From patchwork Mon Mar 20 21:09:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 9635351 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 6201B60132 for ; Mon, 20 Mar 2017 21:39:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 53A9121F61 for ; Mon, 20 Mar 2017 21:39:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 47CBC271CB; Mon, 20 Mar 2017 21:39:25 +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=unavailable 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 D8DF121F61 for ; Mon, 20 Mar 2017 21:39:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754902AbdCTVjZ (ORCPT ); Mon, 20 Mar 2017 17:39:25 -0400 Received: from mail-pf0-f181.google.com ([209.85.192.181]:33633 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754711AbdCTVjY (ORCPT ); Mon, 20 Mar 2017 17:39:24 -0400 Received: by mail-pf0-f181.google.com with SMTP id e129so32378957pfh.0 for ; Mon, 20 Mar 2017 14:39:23 -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=pjIQg4uCz+MjTz96WW8hkirqjL5OTUXVE0b7ytgZ+5A=; b=Av2iGZYfKojrSIlut+GOvidUYBu0xBSytoxhPXxKG1H2ahYkTUSu7kaPOjf6irqhgA NVD3M2HW5MxINP0xLGhF6AoK67lVb8C8aV04aCkYQdhimRI5eWRrJp2N+W409wgdv/0E CWrl4o+rBq1zhXZXIcegy3fTET2Vpc+v3Nafc= 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=pjIQg4uCz+MjTz96WW8hkirqjL5OTUXVE0b7ytgZ+5A=; b=I+ZgT3igvt8ET5DoW5xxepMobGiBTWflsWqhwRXkimOC1Db8gwV62+mp60OSd8nqBd omhn3mduXL8W3S6PxTH0jPEBjiJMPICRsQbMktqCSBwa91AaUhsIQ0jn+jpqHGDJDPxN UGe75PGD1NQOM6jS0EE3MZ2e/kHTKaX9FXHTFH39yKRYlTa202cyl6KMhw7C1Xv5oMrX T71H/yJ+qAkDy8NzwsCz+10NNXQoPEttM0Mb+fNnif5tJ61fK3E36Van5FzKRK6WyXAr j2KORX/MGbal3pH7HVYnl8ZVqO6syLzKyW+rzPy2NTWE6qrsJEyY2HvMgT0SWWMlWm0K DkBQ== X-Gm-Message-State: AFeK/H0XxjH0Jx7BhtDrgFoqs7ljfrY8h3jl53Un4dKBL2sE2yeOaRNT0qbi5Z5L+wGL5a2Z X-Received: by 10.98.19.156 with SMTP id 28mr34699253pft.208.1490044200140; Mon, 20 Mar 2017 14:10:00 -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 f205sm34991556pfa.35.2017.03.20.14.09.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Mar 2017 14:09:59 -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 v2 1/2] soc: qcom: Add device tree binding for GLINK RPM Date: Mon, 20 Mar 2017 14:09:55 -0700 Message-Id: <20170320210956.29641-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 --- Changes since v1: - None .../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"; + + ... + }; + };