From patchwork Thu Sep 24 12:07:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 1370653 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=2ziBOW+W; 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 4Bxv2J1JKGz9sSt for ; Thu, 24 Sep 2020 22:08:08 +1000 (AEST) 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=Jvm7mZpyZukZPpKXXOerb1ofxd4MDVXv/IE6/SzLsaQ=; b=2ziBOW+WxkOm/0fiTkkMPaET/h R8Vs0/pzt85Pug0zC+2/utGQ9994CYBhPb/os516j5TOOswCAlNW/SEs3tEFY+qDmadyR9BX767oC g4Kvk/TSFmANLC6clAGTiKYYpcg4AciykJIJcBfJGWSy0O9A3riShLN51tcelNMRMWQmN+VKEVovv D64AEBiZkOYeVFhgK+zrHEfPjRqqOEQhqH8Q8noIq6JP0XTZrncU8kONeEvK+J9kME7ep8J2Be9ET SmL4YRZ7tAzLfvnT3shX7ZjAsK6d5mrajtBUO9Kr/jqpivfFtdRLRmD77tGHW0o0LAbqNy7blqBfB rx/QUZcA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLQ2M-0004yl-G9; Thu, 24 Sep 2020 12:07:46 +0000 Received: from relay2-d.mail.gandi.net ([217.70.183.194]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLQ2J-0004yE-6V for linux-arm-kernel@lists.infradead.org; Thu, 24 Sep 2020 12:07:44 +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 relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 97AD04000F; Thu, 24 Sep 2020 12:07:40 +0000 (UTC) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Subject: [GIT PULL] ARM: mvebu: dt64 for v5.10 (#1) Date: Thu, 24 Sep 2020 14:07:40 +0200 Message-ID: <87eemrgyyb.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200924_080743_330782_81E738F9 X-CRM114-Status: UNSURE ( 8.98 ) X-CRM114-Notice: Please train this message. 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_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [217.70.183.194 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.194 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches 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 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@gitolite.kernel.org:pub/scm/linux/kernel/git/gclement/mvebu 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(-)