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: 95589 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp1139703qgd; Mon, 20 Mar 2017 14:17:00 -0700 (PDT) X-Received: by 10.84.236.79 with SMTP id h15mr26907370pln.110.1490044620814; Mon, 20 Mar 2017 14:17:00 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 21si18800507pgy.201.2017.03.20.14.17.00; Mon, 20 Mar 2017 14:17:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755527AbdCTVRA (ORCPT + 18 others); Mon, 20 Mar 2017 17:17:00 -0400 Received: from mail-pg0-f42.google.com ([74.125.83.42]:35936 "EHLO mail-pg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755428AbdCTVQ6 (ORCPT ); Mon, 20 Mar 2017 17:16:58 -0400 Received: by mail-pg0-f42.google.com with SMTP id g2so82909490pge.3 for ; Mon, 20 Mar 2017 14:16:57 -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=pKkK/5r4E+D8yGG2pDkt538dA4PXLmYQSCr5wg6F3N2qzCJFcgqqmTJLTG/cppygf1 yWozlaO1g1CkMuSSUgwkmGb6ZE/69GXbA8A4TN8cBop0wx2dtFY11iHH3vOVMs3RSFIZ sKgKTppfoSxOUgP5oe2mL0aVTiFIJ302pFdEDjLOuIf0PFNx6IOA8jN7Q3Bnb3Bl03Y6 qkvDmAhqoU7Yz9PEG7OpqszWLkxRH64DQQzxpeRFid0ET6GekC2HMYy40IiHw6xIJM0b ltgPuHB5M2SuH/hZ6VRPFPz4xPWYJ3+Mcmb+xdaRrhgTvWrewADWWlCE4M0sz9cjfcqd kGUg== X-Gm-Message-State: AFeK/H3+UsnOSRnNjiZJoZ37GnttrI4huEYEtW0g9rELr/+b2/4UU/r+2ef8t9vgaYkR006c 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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -- 2.12.0 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"; + + ... + }; + };