From patchwork Fri Oct 14 17:47:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lina Iyer X-Patchwork-Id: 9377185 X-Patchwork-Delegate: rjw@sisk.pl 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 30B366022E for ; Fri, 14 Oct 2016 17:48:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 25BDB2A744 for ; Fri, 14 Oct 2016 17:48:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1A9C82A742; Fri, 14 Oct 2016 17:48:17 +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 790CC2A70B for ; Fri, 14 Oct 2016 17:48:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932279AbcJNRsP (ORCPT ); Fri, 14 Oct 2016 13:48:15 -0400 Received: from mail-pf0-f171.google.com ([209.85.192.171]:36201 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932229AbcJNRsO (ORCPT ); Fri, 14 Oct 2016 13:48:14 -0400 Received: by mail-pf0-f171.google.com with SMTP id e6so52417988pfk.3 for ; Fri, 14 Oct 2016 10:48:13 -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:in-reply-to:references; bh=iIow5p8S5S11wVs4uDbQdKbCcoAookMp3rp83xrxkrg=; b=EUs3tiQB9OYn3sDBQs829w98dQ8AQdD6IxrrZ2bRuxq7+5iP6PkP9KFQtyrtMK1ogH B7ujD7wxNXvSvykcAyp1MxOXSir3fiTOlU9eLj11NfxP8p//ADxGaKPM1FGHuK+1l9nG oYDbi80TyaH/tEu0P1UvFvgYWtfnENiSr+0F0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=iIow5p8S5S11wVs4uDbQdKbCcoAookMp3rp83xrxkrg=; b=M9WYyZRL+bKG7JLgRJRbuUH+dlvlguY3a0X2wYRTTS/fCHMs68Na40zrQZRc2TgN0y J1eezo4lkTm6nCcRvTA+rO2ivtr4X9XL+HGx3jikMeboNz1NJFmbpBqMcvMsuahsZTR9 ZnpjsJVv7coW766ckyjNrtsi4mNVpytAtt6ImlHZ0pg5y2M8xEJRS9Px0uN5EQdWStOI pXBlusuf4Oj1q4Kz6pDoLiIvJkTB/yWfEpJ/KlWcfYvqOk0Xn/x4K/UoINYZta72Ut/T u24n0FIHQbajKw79MjxuJ+V5hiDTLHPrq3XeF8ImVCGbHWVJYjl4PCJNulv+/+zRJbfY nEOA== X-Gm-Message-State: AA6/9RnNxhn1nVxdcQXc0U0r/+6nB/2BpurS+8IXODtgqVd+4bzOn9hUiJnp/L7Lx3pD+Pwg X-Received: by 10.98.149.74 with SMTP id p71mr19847043pfd.126.1476467293357; Fri, 14 Oct 2016 10:48:13 -0700 (PDT) Received: from ubuntu.localdomain (i-global254.qualcomm.com. [199.106.103.254]) by smtp.gmail.com with ESMTPSA id q12sm6725466pfd.7.2016.10.14.10.48.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 14 Oct 2016 10:48:12 -0700 (PDT) From: Lina Iyer To: ulf.hansson@linaro.org, khilman@kernel.org, rjw@rjwysocki.net, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: andy.gross@linaro.org, sboyd@codeaurora.org, linux-arm-msm@vger.kernel.org, brendan.jackman@arm.com, lorenzo.pieralisi@arm.com, sudeep.holla@arm.com, Juri.Lelli@arm.com, Lina Iyer , devicetree@vger.kernel.org, Marc Titinger Subject: [PATCH v3 5/8] dt/bindings: Update binding for PM domain idle states Date: Fri, 14 Oct 2016 10:47:53 -0700 Message-Id: <1476467276-75094-6-git-send-email-lina.iyer@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1476467276-75094-1-git-send-email-lina.iyer@linaro.org> References: <1476467276-75094-1-git-send-email-lina.iyer@linaro.org> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Update DT bindings to describe idle states of PM domains. This patch is based on the original patch by Marc Titinger. Cc: Signed-off-by: Marc Titinger Signed-off-by: Ulf Hansson Signed-off-by: Lina Iyer Acked-by: Rob Herring --- .../devicetree/bindings/power/power_domain.txt | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/Documentation/devicetree/bindings/power/power_domain.txt b/Documentation/devicetree/bindings/power/power_domain.txt index 025b5e7..e165036 100644 --- a/Documentation/devicetree/bindings/power/power_domain.txt +++ b/Documentation/devicetree/bindings/power/power_domain.txt @@ -29,6 +29,15 @@ Optional properties: specified by this binding. More details about power domain specifier are available in the next section. +- domain-idle-states : A phandle of an idle-state that shall be soaked into a + generic domain power state. The idle state definitions are + compatible with arm,idle-state specified in [1]. + The domain-idle-state property reflects the idle state of this PM domain and + not the idle states of the devices or sub-domains in the PM domain. Devices + and sub-domains have their own idle-states independent of the parent + domain's idle states. In the absence of this property, the domain would be + considered as capable of being powered-on or powered-off. + Example: power: power-controller@12340000 { @@ -59,6 +68,38 @@ The nodes above define two power controllers: 'parent' and 'child'. Domains created by the 'child' power controller are subdomains of '0' power domain provided by the 'parent' power controller. +Example 3: + parent: power-controller@12340000 { + compatible = "foo,power-controller"; + reg = <0x12340000 0x1000>; + #power-domain-cells = <0>; + domain-idle-states = <&DOMAIN_RET>, <&DOMAIN_PWR_DN>; + }; + + child: power-controller@12341000 { + compatible = "foo,power-controller"; + reg = <0x12341000 0x1000>; + power-domains = <&parent 0>; + #power-domain-cells = <0>; + domain-idle-states = <&DOMAIN_PWR_DN>; + }; + + DOMAIN_RET: state@0 { + compatible = "arm,idle-state"; + reg = <0x0>; + entry-latency-us = <1000>; + exit-latency-us = <2000>; + min-residency-us = <10000>; + }; + + DOMAIN_PWR_DN: state@1 { + compatible = "arm,idle-state"; + reg = <0x1>; + entry-latency-us = <5000>; + exit-latency-us = <8000>; + min-residency-us = <7000>; + }; + ==PM domain consumers== Required properties: @@ -76,3 +117,5 @@ Example: The node above defines a typical PM domain consumer device, which is located inside a PM domain with index 0 of a power controller represented by a node with the label "power". + +[1]. Documentation/devicetree/bindings/arm/idle-states.txt