From patchwork Thu Oct 4 16:02:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 10626379 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 097A5174A for ; Thu, 4 Oct 2018 16:02:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E6FB529336 for ; Thu, 4 Oct 2018 16:02:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DB12229338; Thu, 4 Oct 2018 16:02:32 +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 0B1EF29336 for ; Thu, 4 Oct 2018 16:02:31 +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=Pch7xyQORge/mh+fdF+x0INMu5Dns3y+QYeAnSPgZd8=; b=lWk+zj7DMWvEkP w0A39YrePpthL37sG9CnmwzTkd7nWv76XeyB3XM+AXndad2F1gAq8LOAEu1bqdXWZOovSkK1U4HWB 2PSHiwEb1Ysd9pCR5POUlTzMxfJcJ5LvJF+ZWbsvQsiGMuPXI9suPNPHR0HWNhHouj8QJwlrfMABI osp4YbtJDJLTeLWiWuM7uuj1fnxAx2PBREEv780mpAIfc0PNtVD8+XDijjra86afhh8LyZOyJlehF qUZgLFqEizTwDoP+dRgBySX/DLYPY05b0mz+CyP1xDa1YBBkItNqEABM2cRcaJtdC9p/gTgr1pVJl JiiBVSz2kC9R0ZVy8QNg==; 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 1g8657-00026Q-0y; Thu, 04 Oct 2018 16:02:29 +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 1g864y-00025c-IS for linux-arm-kernel@lists.infradead.org; Thu, 04 Oct 2018 16:02:27 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 110C2207F3; Thu, 4 Oct 2018 18:02:07 +0200 (CEST) Received: from localhost (242.171.71.37.rev.sfr.net [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id D9FDF20734; Thu, 4 Oct 2018 18:02:06 +0200 (CEST) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , Subject: [GIT PULL] ARM: mvebu: dt64 for v4.20 (#2) Date: Thu, 04 Oct 2018 18:02:07 +0200 Message-ID: <87woqxlmyo.fsf@bootlin.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181004_090220_742954_B7A03E6B X-CRM114-Status: GOOD ( 12.66 ) 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: Andrew Lunn , Jason Cooper , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth 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 Hi, Here is the second pull request for dt64 for mvebu for v4.20. It comes later that usual but the driver part of the System Error Interrupt support was accepted only on the beginning of the week. And while I was on adding more dts patch, I also add the CPU idle patches that were pending since a few weeks. Gregory The following changes since commit 620cfb31bad4c5be7d9250f1e47a592750fc364b: arm64: dts: marvell: armada-37xx: add nodes to support watchdog (2018-09-28 10:00:17 +0200) are available in the Git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-dt64-4.20-2 for you to fetch changes up to 91f84690b502075550ca01d853d5c49b319921eb: arm64: dts: clearfog-gt-8k: add PCIe slot description (2018-10-03 17:22:34 +0200) ---------------------------------------------------------------- mvebu dt64 for 4.20 (part 2) - Add System Error Interrupt support to Armada SoCs (7K/8K) - Add CPU idle support on Armada 8K ---------------------------------------------------------------- Baruch Siach (1): arm64: dts: clearfog-gt-8k: add PCIe slot description Gregory CLEMENT (1): arm64: dts: marvell: Add node labels for the cpus Miquel Raynal (3): arm64: dts: marvell: add AP806 SEI subnode arm64: dts: marvell: use new bindings for CP110 interrupts arm64: dts: marvell: add CP110 ICU SEI subnode 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 +- .../dts/marvell/armada-8040-clearfog-gt-8k.dts | 7 + arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi | 4 +- arch/arm64/boot/dts/marvell/armada-ap806-quad.dtsi | 12 +- arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 36 +++++ .../dts/marvell/armada-ap810-ap0-octa-core.dtsi | 16 +-- arch/arm64/boot/dts/marvell/armada-cp110.dtsi | 149 ++++++++++++--------- 8 files changed, 145 insertions(+), 83 deletions(-)