From patchwork Tue Oct 25 15:26:38 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lina Iyer X-Patchwork-Id: 9394897 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 B1C6860231 for ; Tue, 25 Oct 2016 15:26:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A530029655 for ; Tue, 25 Oct 2016 15:26:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 992032965B; Tue, 25 Oct 2016 15:26:55 +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 4960129655 for ; Tue, 25 Oct 2016 15:26:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935062AbcJYP0w (ORCPT ); Tue, 25 Oct 2016 11:26:52 -0400 Received: from mail-pf0-f182.google.com ([209.85.192.182]:36590 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932951AbcJYP0v (ORCPT ); Tue, 25 Oct 2016 11:26:51 -0400 Received: by mail-pf0-f182.google.com with SMTP id e6so121098213pfk.3 for ; Tue, 25 Oct 2016 08:26:51 -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=KNq/8AdD7ozfpiaBUznchUphB2v/Hi8454bSrCcPdKc=; b=IYEHNcJUdC9JjL685s6Sm68AU5C/HHvkVs+UrkJXZ+A8z3UsF6l3QPyY37Vtyu6ehl aem2LR996J+3UbUqer3PSoq8yPCWQctRitGrSlkPeJM7/V3WUfgOcmibwb8Xo3gJ2hU8 2km1zH5N8jgx6aZe3Yg7oWdRZOXrMeeF4A99Q= 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=KNq/8AdD7ozfpiaBUznchUphB2v/Hi8454bSrCcPdKc=; b=XkLjpaUaRXJ0wj8Hr+EAwPQGz+sKYNnEb4zK1zs5h/ev4QUKXTvudPpFv2jGpTGxoZ UcOncpI79JDMJ32rQ1BV9NZPXcKSaqS8e7qKeV9FN3PtWoEamz5BW8U00tYHhGJMI3C8 NFZEbVNoN5vaVuLYczyIGDC67pBQchkmKmCynaYVwYT2Q3vWach9rcS6kgHntc20P/DY rZOjNFWq7VjQtvif4ey591wrogM9IKMDYPEUPERTKajVPLRgV2K6VZVCXY08jw7T+pxM TuDQSOB9Soktyqy81rGBb5sVSjwj/L/QvTxJTPVsdLMHg4TQIRfDzvgU44i1WLGY4lzv t/dA== X-Gm-Message-State: ABUngveEi+7nzrvGHJIXmq4IVrFCE1xTPw03YwpkZXV1xy8HAtIWM2tR5GGK6tB56oztvTSF X-Received: by 10.98.17.26 with SMTP id z26mr41085263pfi.44.1477409210972; Tue, 25 Oct 2016 08:26:50 -0700 (PDT) Received: from ubuntu.localdomain (i-global254.qualcomm.com. [199.106.103.254]) by smtp.gmail.com with ESMTPSA id s85sm34320569pfi.17.2016.10.25.08.26.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 25 Oct 2016 08:26:50 -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, Rob Herring Subject: [PATCH 3/4] dt-bindings: Update domain-idle-state binding to use correct compatibles Date: Tue, 25 Oct 2016 08:26:38 -0700 Message-Id: <1477409199-52182-4-git-send-email-lina.iyer@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477409199-52182-1-git-send-email-lina.iyer@linaro.org> References: <1477409199-52182-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 domain-idle-state binding to use "domain-idle-state" compatible from Documentation/devicetree/bindings/arm/idle-states.txt. Cc: Cc: Rob Herring Suggested-by: Sudeep Holla Signed-off-by: Lina Iyer --- Documentation/devicetree/bindings/power/power_domain.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/power/power_domain.txt b/Documentation/devicetree/bindings/power/power_domain.txt index e165036..6fb53a3 100644 --- a/Documentation/devicetree/bindings/power/power_domain.txt +++ b/Documentation/devicetree/bindings/power/power_domain.txt @@ -30,8 +30,9 @@ Optional properties: 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]. + 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 @@ -85,7 +86,7 @@ Example 3: }; DOMAIN_RET: state@0 { - compatible = "arm,idle-state"; + compatible = "domain-idle-state", "arm,idle-state"; reg = <0x0>; entry-latency-us = <1000>; exit-latency-us = <2000>; @@ -93,7 +94,7 @@ Example 3: }; DOMAIN_PWR_DN: state@1 { - compatible = "arm,idle-state"; + compatible = "domain-idle-state", "arm,idle-state"; reg = <0x1>; entry-latency-us = <5000>; exit-latency-us = <8000>;