From patchwork Fri Dec 17 17:36:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 12696718 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 065F7C433EF for ; Fri, 17 Dec 2021 18:27:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :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=GQJI0UwwYs5g5TvFMEsfbmse7m8tn4h/HFUu0+VYZZ0=; b=1FosfHQDOe5uln SDvNijS9eco+3bBKAmRsJ7UL2FVJoHHHRR+qoyNq/pqv1fVWrFsmOnTtqbbhH32hEdYb+VwrINmUH 3+Zu9QF9aCCHf4YpBVL/qgOEIN1RzHzK0IYoKq/5k4D2i1iPy5adj27pJv+e8577zDzFHihkqh+TP z0D/kvy+nHgvVmAZZ4Kc4g1UjHnVAYxjBaDTbvsq3neLIIRl+0IQ9wd2Gj+XdVB8LmJRWSags7sQV Ur163UeMuY3mHlvcSU1+kQlkr2YoFKvBjugzI4oEja3Oq1dt15qR5qpxR7fxFuOw0XbO8seKgDTeg bL0vVZBtnhoB/C+HTIPQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1myHva-00Bp1R-8y; Fri, 17 Dec 2021 18:25:58 +0000 Received: from relay12.mail.gandi.net ([217.70.178.232]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1myH9W-00BVTN-Px for linux-arm-kernel@lists.infradead.org; Fri, 17 Dec 2021 17:36:20 +0000 Received: (Authenticated sender: gregory.clement@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id ACBE0200004; Fri, 17 Dec 2021 17:36:16 +0000 (UTC) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Cc: Andrew Lunn , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: dt64 for v5.17 (#1) Date: Fri, 17 Dec 2021 18:36:16 +0100 Message-ID: <878rwjm8vj.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211217_093619_033536_7E1937B2 X-CRM114-Status: UNSURE ( 6.39 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Here is the first pull request for dt64 for mvebu for v5.17. Gregory The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-5.17-1 for you to fetch changes up to 0734f8311ce72c9041e5142769eff2083889c172: arm64: dts: marvell: cn9130: enable CP0 GPIO controllers (2021-12-17 18:10:43 +0100) ---------------------------------------------------------------- mvebu dt64 for 5.17 (part 1) Enable more network hardware and gpios on CN9130-CRB Add new clock node needed by comphy on armada-37xx ---------------------------------------------------------------- Chris Packham (2): arm/arm64: dts: Enable CP0 GPIOs for CN9130-CRB arm/arm64: dts: Add MV88E6393X to CN9130-CRB device tree Pali Rohár (1): arm64: dts: marvell: armada-37xx: Add xtal clock to comphy node Robert Marko (2): arm64: dts: marvell: cn9130: add GPIO and SPI aliases arm64: dts: marvell: cn9130: enable CP0 GPIO controllers arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 2 + arch/arm64/boot/dts/marvell/cn9130-crb.dtsi | 140 +++++++++++++++++++++++++++ arch/arm64/boot/dts/marvell/cn9130.dtsi | 15 +++ 3 files changed, 157 insertions(+)