From patchwork Sun Mar 15 09:52:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 11438805 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1E24B159A for ; Sun, 15 Mar 2020 09:52:27 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 19EF92072A; Sun, 15 Mar 2020 09:52:27 +0000 (UTC) Delivered-To: soc@kernel.org Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0328020739; Sun, 15 Mar 2020 09:52:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0328020739 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=gregory.clement@bootlin.com X-Originating-IP: 87.231.134.186 Received: from localhost (87-231-134-186.rev.numericable.fr [87.231.134.186]) (Authenticated sender: gregory.clement@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 6573720008; Sun, 15 Mar 2020 09:52:15 +0000 (UTC) From: Gregory CLEMENT List-Id: To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Cc: Andrew Lunn , Jason Cooper , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: dt64 for v5.7 (#1) Date: Sun, 15 Mar 2020 10:52:13 +0100 Message-ID: <87h7yqx7w2.fsf@FE-laptop> MIME-Version: 1.0 Hi, Here is the first pull request for dt64 for mvebu for v5.7. Gregory The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-dt64-5.7-1 for you to fetch changes up to d136d2588b21b1a07515632ed61120c9f262909b: arm64: dts: marvell: Fix cpu compatible for AP807-quad (2020-03-15 10:37:00 +0100) ---------------------------------------------------------------- mvebu dt64 for 5.7 (part 1) Improve network support on two Armada 8040 based board: Clearfog GT 8 and Macchiatobin. Add ethernet alias on Espressobin for U-Boot support. Fix various dt compilation issue or warning. ---------------------------------------------------------------- Amit Kucheria (1): arm64: dts: marvell: Fix cpu compatible for AP807-quad Russell King (2): arm64: dts: clearfog-gt-8k: set gigabit PHY reset deassert delay arm64: dts: mcbin: support 2W SFP modules Tomasz Maciej Nowak (3): arm64: dts: marvell: espressobin: add ethernet alias arm64: dts: marvell: espressobin: indicate dts version arm64: dts: marvell: build ESPRESSObin variants Vadym Kochan (1): arm64: dts: marvell: fix non-existed cpu referrence in armada-ap806-dual.dtsi arch/arm64/boot/dts/marvell/Makefile | 3 +++ arch/arm64/boot/dts/marvell/armada-3720-espressobin-emmc.dts | 2 ++ arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts | 2 ++ arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7.dts | 2 ++ arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi | 8 ++++++-- arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts | 1 + arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi | 3 +++ arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi | 5 +++++ arch/arm64/boot/dts/marvell/armada-ap807-quad.dtsi | 8 ++++---- 9 files changed, 28 insertions(+), 6 deletions(-)