From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
<arm@kernel.org>,
soc@kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>,
linux-arm-kernel@lists.infradead.org,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: [GIT PULL] ARM: mvebu: dt for v5.11 (#1)
Date: Mon, 30 Nov 2020 17:00:32 +0100 [thread overview]
Message-ID: <87h7p6j0m7.fsf@BL-laptop> (raw)
Hi,
Here is the first pull request for dt for mvebu for v5.11.
Gregory
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt-5.11-1
for you to fetch changes up to 51b632c713d50586a844259c56048a280f375406:
ARM: dts: mvebu: Add device tree for RD-AC3X-48G4X2XL board (2020-11-30 15:26:01 +0100)
----------------------------------------------------------------
mvebu dt for 5.11 (part 1)
- Add support for MikroTik CRS3xx switches
- Add support for RD-AC3X-48G4X2XL board : Armada 382 SoC connected
to Prestera AC3X ASIC through PCI
- Clean-up kirkwood device tree: replace "ok" by "okay"
- Improve device tree for PCA953x gpio expander nodes
- Use compliant node name for USB3 on armada 375
- 98dx3236 SoCs:
- remove non-existent i2c1
- add i2c0 pinctrl information
- Improve device tree for Turris Omnia
----------------------------------------------------------------
Adrian Schmutzler (1):
ARM: dts: kirkwood: replace status value "ok" by "okay"
Aryan Srivastava (1):
ARM: dts: mvebu: Add device tree for RD-AC3X-48G4X2XL board
Chris Packham (2):
ARM: dts: Remove non-existent i2c1 from 98dx3236
ARM: dts: Add i2c0 pinctrl information for 98dx3236
Krzysztof Kozlowski (2):
ARM: dts: dove: fix PCA95xx GPIO expander properties on A510
ARM: dts: armada: align GPIO hog names with dtschema
Luka Kovacic (3):
ARM: dts: mvebu: Add CRS326-24G-2S board
ARM: dts: mvebu: Add CRS305-1G-4S board
ARM: dts: mvebu: Add CRS328-4C-20S-4S board
Marek Behún (7):
ARM: dts: turris-omnia: enable HW buffer management
ARM: dts: turris-omnia: add comphy handle to eth2
ARM: dts: turris-omnia: describe switch interrupt
ARM: dts: turris-omnia: add SFP node
ARM: dts: turris-omnia: add LED controller node
ARM: dts: turris-omnia: update ethernet-phy node and handle name
ARM: dts: turris-omnia: remove unneeded status = "okay" properties
Serge Semin (1):
arm: dts: marvell: armada-375: Harmonize DWC USB3 DT nodes name
arch/arm/boot/dts/Makefile | 7 +
arch/arm/boot/dts/armada-375.dtsi | 2 +-
arch/arm/boot/dts/armada-382-rd-ac3x-48g4x2xl.dts | 112 +++++++++++++
arch/arm/boot/dts/armada-385-turris-omnia.dts | 179 ++++++++++++++++++++-
arch/arm/boot/dts/armada-388-clearfog.dts | 4 +-
arch/arm/boot/dts/armada-388-clearfog.dtsi | 10 +-
arch/arm/boot/dts/armada-388-helios4.dts | 6 +-
arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 12 +-
arch/arm/boot/dts/armada-xp-crs305-1g-4s-bit.dts | 43 +++++
arch/arm/boot/dts/armada-xp-crs305-1g-4s.dts | 17 ++
arch/arm/boot/dts/armada-xp-crs305-1g-4s.dtsi | 104 ++++++++++++
arch/arm/boot/dts/armada-xp-crs326-24g-2s-bit.dts | 43 +++++
arch/arm/boot/dts/armada-xp-crs326-24g-2s.dts | 17 ++
arch/arm/boot/dts/armada-xp-crs326-24g-2s.dtsi | 104 ++++++++++++
.../boot/dts/armada-xp-crs328-4c-20s-4s-bit.dts | 43 +++++
arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dts | 17 ++
arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dtsi | 104 ++++++++++++
arch/arm/boot/dts/dove-sbc-a510.dts | 1 +
arch/arm/boot/dts/kirkwood-dockstar.dts | 2 +-
arch/arm/boot/dts/kirkwood-dreamplug.dts | 2 +-
arch/arm/boot/dts/kirkwood-goflexnet.dts | 2 +-
.../arm/boot/dts/kirkwood-guruplug-server-plus.dts | 2 +-
arch/arm/boot/dts/kirkwood-iconnect.dts | 2 +-
arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts | 2 +-
arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi | 2 +-
arch/arm/boot/dts/kirkwood.dtsi | 4 +-
26 files changed, 810 insertions(+), 33 deletions(-)
create mode 100644 arch/arm/boot/dts/armada-382-rd-ac3x-48g4x2xl.dts
create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s-bit.dts
create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dts
create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dtsi
create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s-bit.dts
create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s.dts
create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s.dtsi
create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s-bit.dts
create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dts
create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dtsi
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2020-11-30 16:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-30 16:00 Gregory CLEMENT [this message]
2020-12-08 23:09 ` [GIT PULL] ARM: mvebu: dt for v5.11 (#1) Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h7p6j0m7.fsf@BL-laptop \
--to=gregory.clement@bootlin.com \
--cc=andrew@lunn.ch \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=olof@lixom.net \
--cc=sebastian.hesselbarth@gmail.com \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox