From patchwork Fri Jul 24 09:09:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 11682779 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 E233C13B4 for ; Fri, 24 Jul 2020 09:09:15 +0000 (UTC) Received: by mail.kernel.org (Postfix) id DC72B20771; Fri, 24 Jul 2020 09:09:15 +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 6C53420768; Fri, 24 Jul 2020 09:09:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6C53420768 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 relay7-d.mail.gandi.net (Postfix) with ESMTPSA id C44162000C; Fri, 24 Jul 2020 09:09:09 +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.9 (#1) Date: Fri, 24 Jul 2020 11:09:09 +0200 Message-ID: <87d04l1dqi.fsf@FE-laptop> MIME-Version: 1.0 Hi, Here is the first pull request for dt64 for mvebu for v5.9. We've just moved to kernel.org, for now the mvebu branches are associated to my account, but we plan to setup a mvebu group repository for the next release. Gregory The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git@gitolite.kernel.org:pub/scm/linux/kernel/git/gclement/mvebu tags/mvebu-dt64-5.9-1 for you to fetch changes up to 83a3545d9c377c8524a238d22258e0319106f080: arm64: dts: marvell: add SMMU support (2020-07-18 23:08:23 +0200) ---------------------------------------------------------------- mvebu dt64 for 5.9 (part 1) Add SMMU support for the Marvell AP806 based SoCs (Armada 70xx and Armada 80xx) ---------------------------------------------------------------- Marcin Wojtas (1): arm64: dts: marvell: add SMMU support arch/arm64/boot/dts/marvell/armada-7040.dtsi | 28 +++++++++++++++++++ arch/arm64/boot/dts/marvell/armada-8040.dtsi | 40 +++++++++++++++++++++++++++ arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 18 ++++++++++++ 3 files changed, 86 insertions(+)