From patchwork Mon Oct 5 13:01:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 1376765 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=rz9jwMMF; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4C4gjm4whFz9sVb for ; Tue, 6 Oct 2020 00:02:20 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.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=dEkeZ/oRH2N2DkIDsPFRYZtFoDmT1oS3QqfunOkK408=; b=rz9jwMMFKrTGoumZgFsQ7mv8PQ qm7T4UyRe93k1cb2VtSwyH8c8EjmHNiNLbiDXab2fzhsOYP0s3Rtovt4uHZiWtIlsI/I+FMfgmNmZ nwc2FTXbNYBgBd87uztV4+5HJ9tzdmi+GJ87/F9UJgK75l03aZ6RUYLyyBFjQcLSmZfayUBYpFdCb ATOmfl3XWv1k2XeGl0JZOf2vHpDO4YlzoR7hy84eujZc509sCnyVYP234UdFbwBaS2AGElmtAmavB QV7eyXBkGiDHe1arImWMtMLCUSoBlUnHAc0Ot/SrT2aKqOQh3Q8zdjJBGzso8UMYJsSKullD1adF4 8Ozrb5pw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kPQ7s-0006Cz-L9; Mon, 05 Oct 2020 13:02:01 +0000 Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kPQ7p-0006BD-Er for linux-arm-kernel@lists.infradead.org; Mon, 05 Oct 2020 13:01:59 +0000 X-Originating-IP: 90.65.92.90 Received: from localhost (lfbn-lyo-1-1913-90.w90-65.abo.wanadoo.fr [90.65.92.90]) (Authenticated sender: gregory.clement@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 76E9860008; Mon, 5 Oct 2020 13:01:53 +0000 (UTC) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Subject: [GIT PULL v2] ARM: mvebu: dt64 for v5.10 (#1) Date: Mon, 05 Oct 2020 15:01:53 +0200 Message-ID: <87sgaseshq.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201005_090157_606738_9ED29AFD X-CRM114-Status: GOOD ( 10.48 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.195 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 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+incoming-imx=patchwork.ozlabs.org@lists.infradead.org Hi, Here is the second try of the first pull request for dt64 for mvebu for v5.10. Gregory The following changes since commit 0b58725fb9a446890c1fd28fc6c9e393ce21acb7: ARM: mvebu: drop pointless check for coherency_base (2020-09-24 10:19:06 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-5.10-1 for you to fetch changes up to becaa397f6f50867b4765ae3f84f777ba662bd20: arm64: dts: marvell: espressobin: Get rid of duplicate serial aliases (2020-09-24 13:05:00 +0200) ---------------------------------------------------------------- mvebu dt64 for 5.10 (part 1) Clean-up espressobin device tree ---------------------------------------------------------------- Andre Heider (2): arm64: dts: marvell: espressobin: Simplify v7 ethernet port labeling arm64: dts: marvell: espressobin: Get rid of duplicate serial aliases .../dts/marvell/armada-3720-espressobin-v7-emmc.dts | 18 +++++------------- .../boot/dts/marvell/armada-3720-espressobin-v7.dts | 18 +++++------------- .../boot/dts/marvell/armada-3720-espressobin.dtsi | 2 -- 3 files changed, 10 insertions(+), 28 deletions(-)