From patchwork Fri Sep 21 16:09:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 10610587 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D8A3115E8 for ; Fri, 21 Sep 2018 16:10:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C44DA2D4F6 for ; Fri, 21 Sep 2018 16:10:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B8B132E394; Fri, 21 Sep 2018 16:10:20 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C5C6A2D4F6 for ; Fri, 21 Sep 2018 16:10:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=NQJFML5U4wdUbIh9QTThjRG6KAhwrZcl89WUc2b8NBs=; b=l+sC3Qlr4BlUta kDjdoWVLgtIQbkvGC+ePlzYN9F/TFplOQd8dvj1GMkcwiPoOhKoUu29u+Nh3DH/PdJAqipZtwSTsB tC+haagd5lB0SMhybnrfySlbJouKXgiCVgBj6bYzloiDXOIc100oNoo1NCKjoLfBrQIN1sI4au1HN pkejXpepKCbJT0LnSVbU6Q1D8Sy6fO845DM88DH/MKMNeJLl7iAlL6AWf1BgfS10jAWC1S/y2b5xL boSdyviOv9nW5y+LMmg/nJFCqDg73lo11UHM2d58RHcjbu8K/Og39l/kAB/lgfsO5xZE8EDJUr9Ge mXUOFK/e+9Q7DDeM6FyA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g3O0S-000667-5G; Fri, 21 Sep 2018 16:10:12 +0000 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g3Nzt-0005eF-1U for linux-arm-kernel@lists.infradead.org; Fri, 21 Sep 2018 16:09:43 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 6B2B820787; Fri, 21 Sep 2018 18:09:23 +0200 (CEST) Received: from localhost (242.171.71.37.rev.sfr.net [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id 4645420733; Fri, 21 Sep 2018 18:09:23 +0200 (CEST) From: Gregory CLEMENT To: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory CLEMENT Subject: [PATCH 0/2] Add CPU Idle support on Armada 8K Date: Fri, 21 Sep 2018 18:09:14 +0200 Message-Id: <20180921160916.12393-1-gregory.clement@bootlin.com> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180921_090937_274960_F181C08E X-CRM114-Status: UNSURE ( 9.37 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Antoine Tenart , Hanna Hawa , Omri Itach , Maxime Chevallier , Nadav Haklai , Shadi Ammouri , Igal Liberman , Thomas Petazzoni , =?utf-8?q?Miqu=C3=A8l_Rayn?= =?utf-8?q?al?= , Marcin Wojtas , linux-arm-kernel@lists.infradead.org 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 Hello, These two patches allow to enable the Idle support for Armada 8K boards. Gregory Gregory CLEMENT (1): arm64: dts: marvell: Add node labels for the cpus orenbh (1): arm64: dts: marvell: add CPU Idle power state support on Armada 7K/8K arch/arm64/boot/dts/marvell/armada-372x.dtsi | 2 +- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 2 +- .../boot/dts/marvell/armada-ap806-dual.dtsi | 4 +-- .../boot/dts/marvell/armada-ap806-quad.dtsi | 12 ++++++--- arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 27 +++++++++++++++++++ .../marvell/armada-ap810-ap0-octa-core.dtsi | 16 +++++------ 6 files changed, 47 insertions(+), 16 deletions(-)