All of lore.kernel.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: dt64 for v6.1 (#1)
Date: Fri, 23 Sep 2022 16:41:09 +0100	[thread overview]
Message-ID: <87h70yxfmy.fsf@BL-laptop> (raw)

Hi,

Here is the first pull request for dt64 for mvebu for v6.1.

Gregory

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-6.1-1

for you to fetch changes up to 2b14d382ec97ca5b420239ee6e16da390fab476c:

  arm64: dts: marvell: 98dx25xx: use correct property for i2c gpios (2022-09-02 18:11:28 +0200)

----------------------------------------------------------------
mvebu dt64 for 6.1 (part 1)

 - Add UART1-3 for AC5/AC5X SoC
 - Improve uDPU support (Aramda 3720 based board)
 - Add new eDPU based on uDPU

----------------------------------------------------------------
Chris Packham (2):
      arm64: dts: marvell: Add UART1-3 for AC5/AC5X
      arm64: dts: marvell: 98dx25xx: use correct property for i2c gpios

Robert Marko (10):
      dt-bindings: vendor-prefixes: add Methode Electronics
      dt-bindings: marvell: convert Armada 37xx compatibles to YAML
      arm64: dts: marvell: espressobin-ultra: add generic Espressobin compatible
      arm64: dts: marvell: uDPU: add missing SoC compatible
      arm64: dts: marvell: uDPU: align LED-s with bindings
      arm64: dts: marvell: uDPU: remove LED node pinctrl-names
      arm64: dts: marvell: rename temp sensor nodes
      arm64: dts: marvell: split Methode uDPU DTS
      dt-bindings: marvell: armada-37xx: add Methode eDPU compatible
      arm64: dts: marvell: add support for Methode eDPU

 .../bindings/arm/marvell/armada-37xx.txt           |  26 ----
 .../bindings/arm/marvell/armada-37xx.yaml          |  47 ++++++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm64/boot/dts/marvell/Makefile               |   1 +
 arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi      |  38 ++++-
 arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts   |  14 ++
 .../dts/marvell/armada-3720-espressobin-ultra.dts  |   4 +-
 arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts   | 155 +-------------------
 arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi  | 160 +++++++++++++++++++++
 9 files changed, 262 insertions(+), 185 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/marvell/armada-37xx.yaml
 create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
 create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
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: dt64 for v6.1 (#1)
Date: Fri, 23 Sep 2022 16:41:09 +0100	[thread overview]
Message-ID: <87h70yxfmy.fsf@BL-laptop> (raw)

Hi,

Here is the first pull request for dt64 for mvebu for v6.1.

Gregory

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-6.1-1

for you to fetch changes up to 2b14d382ec97ca5b420239ee6e16da390fab476c:

  arm64: dts: marvell: 98dx25xx: use correct property for i2c gpios (2022-09-02 18:11:28 +0200)

----------------------------------------------------------------
mvebu dt64 for 6.1 (part 1)

 - Add UART1-3 for AC5/AC5X SoC
 - Improve uDPU support (Aramda 3720 based board)
 - Add new eDPU based on uDPU

----------------------------------------------------------------
Chris Packham (2):
      arm64: dts: marvell: Add UART1-3 for AC5/AC5X
      arm64: dts: marvell: 98dx25xx: use correct property for i2c gpios

Robert Marko (10):
      dt-bindings: vendor-prefixes: add Methode Electronics
      dt-bindings: marvell: convert Armada 37xx compatibles to YAML
      arm64: dts: marvell: espressobin-ultra: add generic Espressobin compatible
      arm64: dts: marvell: uDPU: add missing SoC compatible
      arm64: dts: marvell: uDPU: align LED-s with bindings
      arm64: dts: marvell: uDPU: remove LED node pinctrl-names
      arm64: dts: marvell: rename temp sensor nodes
      arm64: dts: marvell: split Methode uDPU DTS
      dt-bindings: marvell: armada-37xx: add Methode eDPU compatible
      arm64: dts: marvell: add support for Methode eDPU

 .../bindings/arm/marvell/armada-37xx.txt           |  26 ----
 .../bindings/arm/marvell/armada-37xx.yaml          |  47 ++++++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm64/boot/dts/marvell/Makefile               |   1 +
 arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi      |  38 ++++-
 arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts   |  14 ++
 .../dts/marvell/armada-3720-espressobin-ultra.dts  |   4 +-
 arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts   | 155 +-------------------
 arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi  | 160 +++++++++++++++++++++
 9 files changed, 262 insertions(+), 185 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/marvell/armada-37xx.yaml
 create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
 create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-uDPU.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

             reply	other threads:[~2022-09-23 15:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-23 15:41 Gregory CLEMENT [this message]
2022-09-23 15:41 ` [GIT PULL] ARM: mvebu: dt64 for v6.1 (#1) Gregory CLEMENT
2022-09-23 16:20 ` patchwork-bot+linux-soc

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=87h70yxfmy.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.