From patchwork Wed May 20 16:31:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 11560683 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 08CF4159A for ; Wed, 20 May 2020 16:31:39 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 051E720709; Wed, 20 May 2020 16:31:39 +0000 (UTC) Delivered-To: soc@kernel.org Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) (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 89BDA20759; Wed, 20 May 2020 16:31:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 89BDA20759 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: 91.175.115.186 Received: from localhost (91-175-115-186.subs.proxad.net [91.175.115.186]) (Authenticated sender: gregory.clement@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 36312E0006; Wed, 20 May 2020 16:31:35 +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.8 (#1) Date: Wed, 20 May 2020 18:31:34 +0200 Message-ID: <878shmeffd.fsf@FE-laptop> MIME-Version: 1.0 Hi, Here is the first pull request for dt64 for mvebu for v5.8. Gregory The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-dt64-5.8-1 for you to fetch changes up to c2671acbbbd822ef077cc168991e0a7dbe2172c9: arm64: dts: armada-3720-turris-mox: fix SFP binding (2020-05-17 18:57:48 +0200) ---------------------------------------------------------------- mvebu dt64 for 5.8 (part 1) Armada 3720 based SoC: + Fix PCIe support allowing to use Compex wifi cards + Turris MOX board: - fix SFP binding - forbid SDR104 on SDIO to pass electromagnetic interference certifications + uDPU board: add i2c recovery support Armada 8040 based SoC: SolidRun 8040: update phy interface ---------------------------------------------------------------- Baruch Siach (1): arm64: dts: marvell: drop i2c timeout-ms property Marek Behún (4): arm64: dts: marvell: armada-37xx: Set pcie_reset_pin to gpio function arm64: dts: marvell: armada-37xx: Move PCIe comphy handle property arm64: dts: armada-3720-turris-mox: forbid SDR104 on SDIO for FCC purposes arm64: dts: armada-3720-turris-mox: fix SFP binding Pali Rohár (1): arm64: dts: marvell: armada-37xx: Move PCIe max-link-speed property Russell King (2): arm64: dts: update SolidRun Armada 8040 phy interface types arm64: dts: add uDPU i2c bus recovery arch/arm64/boot/dts/marvell/armada-3720-db.dts | 3 +++ .../boot/dts/marvell/armada-3720-espressobin.dtsi | 2 +- .../boot/dts/marvell/armada-3720-turris-mox.dts | 10 +++------- arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts | 22 ++++++++++++++++++++-- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 4 +++- .../dts/marvell/armada-8040-clearfog-gt-8k.dts | 2 +- .../dts/marvell/armada-8040-mcbin-singleshot.dts | 4 ++-- arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts | 4 ++-- arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 1 - 9 files changed, 35 insertions(+), 17 deletions(-