mbox series

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

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

Pull-request

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

Message

Gregory CLEMENT Feb. 1, 2021, 4:26 p.m. UTC
Hi,

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

Gregory

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 35db5e32ebc16330ae6275c24783efa4091af1bc:

  arm64: dts: armada: add pwm offsets for ap/cp gpios (2021-01-29 16:54:48 +0100)

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

 - rename u-boot mtd partition to a53-firmware on Turris Mox (Armada 3720 based)
 - improve SDHCI support on AP807 based board
 - move SATA comphy into main armada-37xx.dtsi
 - add Armada 8K/7K PWM support

----------------------------------------------------------------
Baruch Siach (1):
      arm64: dts: armada: add pwm offsets for ap/cp gpios

Konstantin Porotchkin (1):
      arm64: dts: change AP807 SDHCI compatibility string

Marcin Wojtas (1):
      arm64: dts: cn913x-db: enable MMC HS400

Marek Behún (1):
      arm64: dts: armada-3720-turris-mox: rename u-boot mtd partition to a53-firmware

Pali Rohár (1):
      arm64: dts: marvell: armada-37xx: Add SATA comphy into main armada-37xx.dtsi file

 arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi |  2 --
 arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts   |  2 +-
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi             |  2 ++
 arch/arm64/boot/dts/marvell/armada-ap807.dtsi            |  5 +++++
 arch/arm64/boot/dts/marvell/armada-ap80x.dtsi            |  3 +++
 arch/arm64/boot/dts/marvell/armada-cp11x.dtsi            | 10 ++++++++++
 arch/arm64/boot/dts/marvell/cn9130-db.dts                |  2 ++
 7 files changed, 23 insertions(+), 3 deletions(-)

Comments

Arnd Bergmann Feb. 2, 2021, 5:10 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 01 Feb 2021 17:26:43 +0100, Gregory CLEMENT wrote:
> Here is the first pull request for dt64 for mvebu for v5.12.
> 
> Gregory
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 481d73c663e138a256988beca54152545ad265f5

       Arnd