public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
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>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] ARM: mvebu: dt for v6.2 (#1)
Date: Mon, 28 Nov 2022 01:43:40 +0100	[thread overview]
Message-ID: <87cz979adf.fsf@BL-laptop> (raw)

Hi,

Here is the first pull request for dt for mvebu for v6.2.

Gregory

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt-6.2-1

for you to fetch changes up to 11f24029403e6e24b6136c852511b7cfb7b39f5e:

  ARM: dts: armada-xp: add interrupts for watchdog (2022-11-28 01:22:12 +0100)

----------------------------------------------------------------
mvebu dt for 6.2 (part 1)

Fix assigned-addresses for every PCIe Root Port

Align LED node names with dtschema

Add a new kirkwood based board: Zyxel NSA310S

Fix compatible string for gpios for Armada 38x and 39x

Add interrupts for watchdog on Armada XP

Turris Omnia (Armada 385 based):
 - Add switch port 6 node
 - Add ethernet aliases

Switch to using gpiod API in pm-board code

----------------------------------------------------------------
Chris Packham (1):
      ARM: dts: armada-xp: add interrupts for watchdog

Dmitry Torokhov (1):
      ARM: mvebu: switch to using gpiod API in pm-board code

Krzysztof Kozlowski (1):
      ARM: dts: armada: align LED node names with dtschema

Pali Rohár (10):
      ARM: dts: dove: Fix assigned-addresses for every PCIe Root Port
      ARM: dts: armada-370: Fix assigned-addresses for every PCIe Root Port
      ARM: dts: armada-xp: Fix assigned-addresses for every PCIe Root Port
      ARM: dts: armada-375: Fix assigned-addresses for every PCIe Root Port
      ARM: dts: armada-38x: Fix assigned-addresses for every PCIe Root Port
      ARM: dts: armada-39x: Fix assigned-addresses for every PCIe Root Port
      ARM: dts: turris-omnia: Add ethernet aliases
      ARM: dts: turris-omnia: Add switch port 6 node
      ARM: dts: armada-38x: Fix compatible string for gpios
      ARM: dts: armada-39x: Fix compatible string for gpios

Pawel Dembicki (1):
      ARM: dts: kirkwood: Add Zyxel NSA310S board

 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/armada-370-dlink-dns327l.dts     |   6 +-
 arch/arm/boot/dts/armada-370-seagate-nas-4bay.dts  |   4 +-
 arch/arm/boot/dts/armada-370-seagate-nas-xbay.dtsi |   8 +-
 .../dts/armada-370-seagate-personal-cloud.dtsi     |   2 +-
 arch/arm/boot/dts/armada-370.dtsi                  |   2 +-
 arch/arm/boot/dts/armada-375.dtsi                  |   2 +-
 arch/arm/boot/dts/armada-380.dtsi                  |   4 +-
 arch/arm/boot/dts/armada-385-linksys-caiman.dts    |   4 +-
 arch/arm/boot/dts/armada-385-linksys-cobra.dts     |   4 +-
 arch/arm/boot/dts/armada-385-linksys-rango.dts     |   8 +-
 arch/arm/boot/dts/armada-385-linksys-shelby.dts    |   4 +-
 arch/arm/boot/dts/armada-385-linksys.dtsi          |   4 +-
 arch/arm/boot/dts/armada-385-synology-ds116.dts    |   2 +-
 arch/arm/boot/dts/armada-385-turris-omnia.dts      |  18 +-
 arch/arm/boot/dts/armada-385.dtsi                  |   6 +-
 arch/arm/boot/dts/armada-38x.dtsi                  |   4 +-
 arch/arm/boot/dts/armada-39x.dtsi                  |  10 +-
 arch/arm/boot/dts/armada-xp-98dx3236.dtsi          |   1 +
 arch/arm/boot/dts/armada-xp-linksys-mamba.dts      |   2 +-
 arch/arm/boot/dts/armada-xp-mv78230.dtsi           |   8 +-
 arch/arm/boot/dts/armada-xp-mv78260.dtsi           |  16 +-
 arch/arm/boot/dts/armada-xp.dtsi                   |   1 +
 arch/arm/boot/dts/dove.dtsi                        |   2 +-
 arch/arm/boot/dts/kirkwood-nsa310s.dts             | 259 +++++++++++++++++++++
 arch/arm/mach-mvebu/pm-board.c                     |  28 +--
 26 files changed, 339 insertions(+), 71 deletions(-)
 create mode 100644 arch/arm/boot/dts/kirkwood-nsa310s.dts

-- 
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

                 reply	other threads:[~2022-11-28  0:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87cz979adf.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