mbox series

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

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

Pull-request

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

Message

Gregory CLEMENT Aug. 28, 2019, 10:09 a.m. UTC
Hi,

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

Gregory

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c00bc38354cf81ce83b678ff13ecf01e75d0e8da:

  arm64: dts: marvell: Add cpu clock node on Armada 7K/8K (2019-08-27 16:39:22 +0200)

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

 - Add mailbox support on Armada 37xx
 - Add cpu clock node needed for CPU freq on Armada 7K/8K
 - Enhance CP110 COMPHY support used by PCIe, USB3 and SATA

----------------------------------------------------------------
Gregory CLEMENT (1):
      arm64: dts: marvell: Add cpu clock node on Armada 7K/8K

Marek BehĂșn (1):
      arm64: dts: marvell: armada-37xx: add mailbox node

Miquel Raynal (5):
      arm64: dts: marvell: Add CP110 COMPHY clocks
      arm64: dts: marvell: Add 7k/8k per-port PHYs in SATA nodes
      arm64: dts: marvell: Add 7k/8k PHYs in USB3 nodes
      arm64: dts: marvell: Add 7k/8k PHYs in PCIe nodes
      arm64: dts: marvell: Convert 7k/8k usb-phy properties to phy-supply

 arch/arm64/boot/dts/marvell/armada-37xx.dtsi       |  7 ++++
 arch/arm64/boot/dts/marvell/armada-7040-db.dts     | 37 +++++++++++++------
 .../dts/marvell/armada-8040-clearfog-gt-8k.dts     | 22 ++++++++---
 arch/arm64/boot/dts/marvell/armada-8040-db.dts     | 43 +++++++++++++++++++---
 arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi | 38 +++++++++++++++----
 arch/arm64/boot/dts/marvell/armada-ap806-quad.dtsi |  5 ++-
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi      |  7 ++++
 arch/arm64/boot/dts/marvell/armada-cp110.dtsi      | 13 +++++++
 8 files changed, 139 insertions(+), 33 deletions(-)

Comments

Arnd Bergmann Sept. 3, 2019, 2:17 p.m. UTC | #1
On Wed, Aug 28, 2019 at 12:09 PM Gregory CLEMENT
<gregory.clement@bootlin.com> wrote:
> ----------------------------------------------------------------
> mvebu dt64 for 5.4 (part 1)
>
>  - Add mailbox support on Armada 37xx
>  - Add cpu clock node needed for CPU freq on Armada 7K/8K
>  - Enhance CP110 COMPHY support used by PCIe, USB3 and SATA

Pulled into arm/dt, thanks!

     Arnd