From patchwork Mon Oct 24 22:21:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lina Iyer X-Patchwork-Id: 9393421 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 1EB5C607F0 for ; Mon, 24 Oct 2016 22:21:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0E9A929120 for ; Mon, 24 Oct 2016 22:21:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0244B2916A; Mon, 24 Oct 2016 22:21:31 +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 9ED3D29120 for ; Mon, 24 Oct 2016 22:21:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965715AbcJXWVa (ORCPT ); Mon, 24 Oct 2016 18:21:30 -0400 Received: from mail-pf0-f180.google.com ([209.85.192.180]:34839 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965674AbcJXWV0 (ORCPT ); Mon, 24 Oct 2016 18:21:26 -0400 Received: by mail-pf0-f180.google.com with SMTP id s8so105958015pfj.2 for ; Mon, 24 Oct 2016 15:21:25 -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=C61e7hW+F4tecLknRs6n5BSREaOCDZ4eV15YgIJcwik=; b=PlvqXS2Q0ahlEprVFXbd0iaQ0Vk3MDfrUC8llAPptXiwiO6xZiE7RuPVDuXIaPmDqC QkPvWU6OusmsV9Osz/I5c8LuJazPySp9K3D3uHLdlrgsDstnB5UwGzMbI7bfkG4NhVOr lV/P+Ep+n3l96Ux+34tjiwLZVfdG+kJ1giEow= 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=C61e7hW+F4tecLknRs6n5BSREaOCDZ4eV15YgIJcwik=; b=Rb6YwUTzrjorkgq4oAbU82/zCW4CKXDyhDesztLcdRYNF1j+1Hdi0oChsnAxMTyYYd MIHgeheib0GBaVHOj0XpwcFYAo9x7mlqY8bHWM+JTd/RfGmEhP2d5rPbtNwC5l2XTnjt FdOhMV7btfMijFpU6BCww+mbAmP3Vp9ltSbBgkfPnHkwLAsZwTpSDE9kXuemVmD/LGBX MjNVPRMI8e3UAzocabbZICNxHZpEtgmG7+qp++j1WxWERHAoP1FBoU6Sw+c4G44gO+K8 u97/qcf0ihhS9X9awF0Gc9REcCFtihiGAXtZtd8Hljc7nkJvoQoEqsab+wupr8JSwcc/ HUOg== X-Gm-Message-State: ABUngvenLeAdEG1Ff/R66gHe4ZAgNVx6kuLOUyqAePlET0ReDuX80aXR5dqvkP8cD3zCEttC X-Received: by 10.99.48.69 with SMTP id w66mr27550903pgw.109.1477347685144; Mon, 24 Oct 2016 15:21:25 -0700 (PDT) Received: from ubuntu.localdomain (i-global254.qualcomm.com. [199.106.103.254]) by smtp.gmail.com with ESMTPSA id x190sm27674408pfd.20.2016.10.24.15.21.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 24 Oct 2016 15:21:24 -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 v4 5/9] dt-bindings: Update binding for PM domain idle states Date: Mon, 24 Oct 2016 15:21:04 -0700 Message-Id: <1477347668-41901-6-git-send-email-lina.iyer@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477347668-41901-1-git-send-email-lina.iyer@linaro.org> References: <1477347668-41901-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 --- .../devicetree/bindings/power/power_domain.txt | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/Documentation/devicetree/bindings/power/power_domain.txt b/Documentation/devicetree/bindings/power/power_domain.txt index 025b5e7..3c926b5 100644 --- a/Documentation/devicetree/bindings/power/power_domain.txt +++ b/Documentation/devicetree/bindings/power/power_domain.txt @@ -29,6 +29,16 @@ 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 must be + compatible with "domain-idle-state" as well as + "arm,idle-state" as defined 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 +69,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 = "domain-idle-state", "arm,idle-state"; + reg = <0x0>; + entry-latency-us = <1000>; + exit-latency-us = <2000>; + min-residency-us = <10000>; + }; + + DOMAIN_PWR_DN: state@1 { + compatible = "domain-idle-state", "arm,idle-state"; + reg = <0x1>; + entry-latency-us = <5000>; + exit-latency-us = <8000>; + min-residency-us = <7000>; + }; + ==PM domain consumers== Required properties: @@ -76,3 +118,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