mbox series

[GIT,PULL] ARM: mvebu: dt64 for v6.1 (#1)

Message ID 87h70yxfmy.fsf@BL-laptop
State New
Headers show
Series [GIT,PULL] ARM: mvebu: dt64 for v6.1 (#1) | expand

Pull-request

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

Message

Gregory CLEMENT Sept. 23, 2022, 3:41 p.m. UTC
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