mbox series

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

Message ID 874kgocs7t.fsf@BL-laptop (mailing list archive)
State Mainlined, archived
Commit 99fa8ac5c0f1cf781194dbd04fcd162f4392a9b1
Headers show
Series [GIT,PULL] ARM: mvebu: dt64 for v5.13 (#1) | expand

Pull-request

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

Message

Gregory CLEMENT April 2, 2021, 9:05 p.m. UTC
Hi,

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

Gregory

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 99fa8ac5c0f1cf781194dbd04fcd162f4392a9b1:

  arm64: dts: marvell: enable CP110 UTMI PHY usage (2021-04-02 22:43:51 +0200)

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

Add DT for fan control on SolidRun Clearfog GT8k platform

Add syscon compatible to NB clk node allowing improving cpufreq
support on Armada 37xx

Add support for UTMI PHY allowing removing kernel dependency from the
boot loader for UBS port connected to this PHY (Armada 7K, 8K and
CN91xx)

----------------------------------------------------------------
Konstantin Porotchkin (2):
      arm64: dts: marvell: add support for Marvell CP110 UTMI PHY
      arm64: dts: marvell: enable CP110 UTMI PHY usage

Marek BehĂșn (1):
      arm64: dts: marvell: armada-37xx: add syscon compatible to NB clk node

Russell King (2):
      arm64: dts: marvell: clearfog-gt-8k: add pwm-fan
      arm64: dts: marvell: clearfog-gt-8k: add cooling maps

 arch/arm64/boot/dts/marvell/armada-37xx.dtsi       |   3 +-
 arch/arm64/boot/dts/marvell/armada-7040-db.dts     |  14 ++-
 .../dts/marvell/armada-8040-clearfog-gt-8k.dts     | 127 +++++++++++++++++++++
 arch/arm64/boot/dts/marvell/armada-8040-db.dts     |  21 +++-
 arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi |  19 ++-
 arch/arm64/boot/dts/marvell/armada-cp11x.dtsi      |  19 +++
 arch/arm64/boot/dts/marvell/cn9130-db.dts          |  12 +-
 arch/arm64/boot/dts/marvell/cn9131-db.dts          |   9 +-
 arch/arm64/boot/dts/marvell/cn9132-db.dts          |  11 +-
 9 files changed, 220 insertions(+), 15 deletions(-)

Comments

Arnd Bergmann April 8, 2021, 3:24 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 02 Apr 2021 23:05:42 +0200, Gregory CLEMENT wrote:
> Here is the first pull request for dt64 for mvebu for v5.13.
> 
> Gregory
> 
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> [...]

Merged into arm/dt, thanks!

merge commit: d1e3a9efb2afabad584f385b3bd58ec27ebf490a

       Arnd