* [GIT PULL] ARM: mvebu: dt for v5.11 (#1)
@ 2020-11-30 16:00 Gregory CLEMENT
2020-12-08 23:09 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Gregory CLEMENT @ 2020-11-30 16:00 UTC (permalink / raw)
To: Arnd Bergmann, Olof Johansson, arm, soc
Cc: Andrew Lunn, linux-arm-kernel, Sebastian Hesselbarth
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] ARM: mvebu: dt for v5.11 (#1)
2020-11-30 16:00 [GIT PULL] ARM: mvebu: dt for v5.11 (#1) Gregory CLEMENT
@ 2020-12-08 23:09 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:09 UTC (permalink / raw)
To: soc, Gregory CLEMENT, Olof Johansson, arm
Cc: Andrew Lunn, linux-arm-kernel, Arnd Bergmann,
Sebastian Hesselbarth
From: Arnd Bergmann <arnd@arndb.de>
On Mon, 30 Nov 2020 17:00:32 +0100, Gregory CLEMENT wrote:
> 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)
>
> [...]
Merged into arm/dt, thanks!
merge commit: 9bc08aa60f56748a06814f4f1366522a483c57cf
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-08 23:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-30 16:00 [GIT PULL] ARM: mvebu: dt for v5.11 (#1) Gregory CLEMENT
2020-12-08 23:09 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox