From patchwork Tue Jul 19 12:52:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 12922461 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E01FFCCA47F for ; Tue, 19 Jul 2022 12:52:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id A5ADAC341CB; Tue, 19 Jul 2022 12:52:47 +0000 (UTC) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 011A6C341CA; Tue, 19 Jul 2022 12:52:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 011A6C341CA Authentication-Results: smtp.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=bootlin.com Received: (Authenticated sender: gregory.clement@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id CDEBA240003; Tue, 19 Jul 2022 12:52:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1658235161; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=hB/inpIaoDNIY5aMfnN8jWJ3+SBybQ1tZg2sh5dCnQE=; b=fh3QUesOI1XrH/YzIAJzsgcOOpvMdexvexT9q/bW87mbk1E5G5h95YAopF6YefJkrEiBQc 0RnS2Z62hdKKp+b4sCgFlk5/M+ojYtRuqclFdPp3r+t7f7Hgr8JM41HEMc0KddNBc/wGBV T50dg2S+fxioIICQ5IgoF/LlIECbZ8Ir98RM+74q3xBfL1yy1THVvijya3BRc12jFNAbrj L+NaVjF6ggU8OtRanPQu4ZwgZzh+MwvcWHFCt3lc9NlSzdYZyj+btX1HttNgU8ggvwobQz ZQqZHVoJ8QYVeX5cunWhzquaUMokoSMe7NUYDfRSebGWdLN8gRiiieBwbbjwRQ== From: Gregory CLEMENT List-Id: To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Cc: Andrew Lunn , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: dt64 for v5.20 (#1) Date: Tue, 19 Jul 2022 14:52:38 +0200 Message-ID: <87o7xlqn6x.fsf@BL-laptop> MIME-Version: 1.0 Hi, Here is the first pull request for dt64 for mvebu for v5.20. Sorry to be late, actually I've just realized this week we were already at -rc7. Gregory The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-5.20-1 for you to fetch changes up to df9c42a99a89f3e8c613ec669fa9a10637c96231: arm64: marvell: enable the 98DX2530 pinctrl driver (2022-07-18 12:47:18 +0200) ---------------------------------------------------------------- mvebu dt64 for 5.20 (part 1) Add support for Marvell 98DX2530 (and variants) ---------------------------------------------------------------- Chris Packham (3): dt-bindings: marvell: Document the AC5/AC5X compatibles arm64: dts: marvell: Add Armada 98DX2530 SoC and RD-AC5X board arm64: marvell: enable the 98DX2530 pinctrl driver .../bindings/arm/marvell/marvell,ac5.yaml | 32 +++ arch/arm64/Kconfig.platforms | 2 + arch/arm64/boot/dts/marvell/Makefile | 1 + arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi | 291 +++++++++++++++++++++ arch/arm64/boot/dts/marvell/ac5-98dx35xx-rd.dts | 101 +++++++ arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi | 17 ++ 6 files changed, 444 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/marvell/marvell,ac5.yaml create mode 100644 arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi create mode 100644 arch/arm64/boot/dts/marvell/ac5-98dx35xx-rd.dts create mode 100644 arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi