From patchwork Mon Oct 24 22:21:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lina Iyer X-Patchwork-Id: 9393449 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 C6AB1607F0 for ; Mon, 24 Oct 2016 22:23:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B414029120 for ; Mon, 24 Oct 2016 22:23:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A85CD29161; Mon, 24 Oct 2016 22:23:58 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 35D5929120 for ; Mon, 24 Oct 2016 22:23:58 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1byndb-0001HB-VI; Mon, 24 Oct 2016 22:22:35 +0000 Received: from mail-pf0-x22c.google.com ([2607:f8b0:400e:c00::22c]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1byncm-0000g8-0Y for linux-arm-kernel@lists.infradead.org; Mon, 24 Oct 2016 22:21:46 +0000 Received: by mail-pf0-x22c.google.com with SMTP id e6so105893783pfk.3 for ; Mon, 24 Oct 2016 15:21: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:in-reply-to:references; bh=Gd7YtSYSX1vQmEQMI2ZAtDMnj3obSORxPkVrj3zYMoA=; b=Tenj3Z0bmPeSXu23zR2RNn7N1G/H8x5eEPxNVqZowXyU1X0KI0N1dXpFM1e+XAiuWw SDb8GvDinw5KFAOYdL/OJAdsuQqwcFrtsKGDdd0bAJcbXKi5VJazRn+Au6oETkizXYWQ tfBcY0oZfdNIqMUB7k/A8GO34UXgMF7ChqM60= 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=Gd7YtSYSX1vQmEQMI2ZAtDMnj3obSORxPkVrj3zYMoA=; b=AkIZZ+S7TpWt4GUpcSEitgTa5VA/or8X6yscBYKIIuOsz5VzmaRLB6p2STDE/LsPfz 3UzXBI7r8t0rKX1N5vYz/PZ8CTqlH7aHCPG0zIWKeJr8x5lCAIm+0E1Zqw0Zl4UcY0QO wyID9xfVNQY52kpfpj/jFYCjr4ZD8/WZCQ/U4A/0AyGZ6abkRqgDqCUc5KJmR1I4lDz/ IrwxdGT453nkqDreHf7jue6pBkLqARcqJKjk1KbS0LMZmlCCv70ehwk6xbtyahVCtEtN G8eARlxtgADhlr+ZOwjj4g6Dx5OlwIAl59INn4Ad99PrtGz7zmlDtmAFq6i6+hsIaqLt 5Zug== X-Gm-Message-State: ABUngvdUUEbW7k3nM5KTvlsgexKyO3ovBUTAyOQPpnUQX8NcXopIEXtMBPlHNe0H6GtPG9Hs X-Received: by 10.99.100.132 with SMTP id y126mr14162170pgb.177.1477347682888; Mon, 24 Oct 2016 15:21:22 -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.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 24 Oct 2016 15:21:22 -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 Subject: [PATCH v4 4/9] dt-bindings: add domain-idle-state compatible to arm, idle-state Date: Mon, 24 Oct 2016 15:21:03 -0700 Message-Id: <1477347668-41901-5-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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161024_152144_297870_9488BA1F X-CRM114-Status: UNSURE ( 9.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, lorenzo.pieralisi@arm.com, Juri.Lelli@arm.com, linux-arm-msm@vger.kernel.org, sboyd@codeaurora.org, brendan.jackman@arm.com, sudeep.holla@arm.com, andy.gross@linaro.org, Lina Iyer MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP CPU's idle states are defined by the arm,idle-state compatible flag. See [1]. PM domains that can contains devices and other domains also has similar definition for its idle state. Reuse the definition of arm,idle-state for PM domains by allowing an addition compatible string ("domain-idle-state") to denote idle states that are specific to PM Domains. [1]. Documentation/devicetree/bindings/arm/idle-states.txt Cc: Cc: Rob Herring Suggested-by: Sudeep Holla Signed-off-by: Lina Iyer --- Documentation/devicetree/bindings/arm/idle-states.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/idle-states.txt b/Documentation/devicetree/bindings/arm/idle-states.txt index b8e41c1..4b0ff59 100644 --- a/Documentation/devicetree/bindings/arm/idle-states.txt +++ b/Documentation/devicetree/bindings/arm/idle-states.txt @@ -271,6 +271,9 @@ follows: Usage: Required Value type: Definition: Must be "arm,idle-state". + Additionally, nodes that are used to describe a + idle-state of PM domain must also define + "domain-idle-state" as compatible string. - local-timer-stop Usage: See definition