mbox series

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

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

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-dt64-5.1-1

Message

Gregory CLEMENT Feb. 8, 2019, 9:18 p.m. UTC
Hi,

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

Gregory

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-dt64-5.1-1

for you to fetch changes up to bd3d25b0734284dcf603173d54232c538eb6e385:

  arm64: dts: marvell: armada-37xx: link USB hosts with their PHYs (2019-02-08 21:58:59 +0100)

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

 - Interrupt support to Armada 7K/8K thermal nodes
 - Armada 37xx related patches allowing to enable suspend to RAM
   (USB2, USB3, PCIe, SATA, DSA)
 - uDPU board support (Armada-3720 based):single-port FTTdp
    distribution point unit
 - Fixes for EspressoBin Ethernet support when using U-Boot mainline
 - cleanup for partitions under flashes nodes

----------------------------------------------------------------
Gregory CLEMENT (1):
      arm64: dts: marvell: Remove unnecessary #address-cells/#size-cells under flashes

Miquel Raynal (12):
      arm64: dts: marvell: add interrupt support to ap806 thermal node
      arm64: dts: marvell: add interrupt support to cp110 thermal node
      arm64: dts: marvell: armada-37xx: fix SATA node scope
      arm64: dts: marvell: armada-37xx: declare SATA clock
      arm64: dts: marvell: armada-37xx: fix USB2 memory region
      arm64: dts: marvell: armada-37xx: declare USB2 UTMI PHYs
      arm64: dts: marvell: armada-37xx: declare PCIe reset pin
      arm64: dts: marvell: armada-3720-espressobin: declare PCIe warm reset pin
      arm64: dts: marvell: armada-37xx: declare the COMPHY node
      arm64: dts: marvell: armada-3720-espressobin: declare PCIe PHY
      arm64: dts: marvell: armada-3720-espressobin: declare SATA PHY property
      arm64: dts: marvell: armada-37xx: link USB hosts with their PHYs

Remi Pommarel (2):
      arm64: dts: armada-3720-espressobin: Configure RGMII and SMI pins
      arm64: dts: armada-3720-espressobin: Set mv88e6341 cpu port as RGMII-ID

Vladimir Vid (1):
      arm64: dts: marvell: Add device tree for uDPU board

 arch/arm64/boot/dts/marvell/Makefile               |   1 +
 .../boot/dts/marvell/armada-3720-espressobin.dts   |  12 ++
 arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts   | 162 +++++++++++++++++++++
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi       |  80 +++++++++-
 arch/arm64/boot/dts/marvell/armada-7040-db.dts     |   4 -
 arch/arm64/boot/dts/marvell/armada-8040-db.dts     |   4 -
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi      |  18 ++-
 arch/arm64/boot/dts/marvell/armada-cp110.dtsi      |  15 +-
 8 files changed, 280 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts

Comments

Arnd Bergmann Feb. 15, 2019, 3:01 p.m. UTC | #1
On Fri, Feb 8, 2019 at 10:18 PM Gregory CLEMENT
<gregory.clement@bootlin.com> wrote:

> ----------------------------------------------------------------
> mvebu dt64 for 5.1 (part 1)
>
>  - Interrupt support to Armada 7K/8K thermal nodes
>  - Armada 37xx related patches allowing to enable suspend to RAM
>    (USB2, USB3, PCIe, SATA, DSA)
>  - uDPU board support (Armada-3720 based):single-port FTTdp
>     distribution point unit
>  - Fixes for EspressoBin Ethernet support when using U-Boot mainline
>  - cleanup for partitions under flashes nodes
>

Pulled into arm/dt, thanks!

         Arnd