mbox series

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

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

Pull-request

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

Message

Gregory CLEMENT Nov. 30, 2020, 4:02 p.m. UTC
Hi,

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

It is based on v5.10-rc2 because some fixes on the device tree has been
merged after v5.10-rc1.

Gregory

The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a2081c09d7410c3e55d902a09602b833dc96c58a:

  arm64: dts: armada-3720-turris-mox: add 3W power capability to SFP cage (2020-11-30 16:46:30 +0100)

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

 - Add support for IEI Puzzle-M801 board (Armada 8040 based)
 - Add support ESPRESSObin-Ultra (Armada 3720 based)
 - Clean-up and improve espressobin device tree
 - Switch to per-port SATA interrupts on CP110 based SoC
 - Use compliant node name for USB3  on CP110 based SoC
 - Add heartbeat LED on mcbin singleshot
 - Disable SMMU by default for Armada 7040 and 8040 to continued
   supporting custom bot firmware
 - Turris mox:
   - add 3W power capability to SFP cage
   - update ethernet-phy handle name

----------------------------------------------------------------
Andre Heider (2):
      arm64: dts: marvell: espressobin: Simplify v7 ethernet port labeling
      arm64: dts: marvell: espressobin: Get rid of duplicate serial aliases

Luka Kovacic (1):
      arm64: dts: marvell: Add a device tree for the IEI Puzzle-M801 board

Marek Behún (2):
      arm64: dts: armada-3720-turris-mox: update ethernet-phy handle name
      arm64: dts: armada-3720-turris-mox: add 3W power capability to SFP cage

Pali Rohár (3):
      arm64: dts: marvell: espressobin: De-duplicate eMMC definitions
      arm64: dts: marvell: espressobin: Add support for LED2
      arm64: dts: marvell: espressobin: Update link to V7 schematic

Serge Semin (1):
      arm64: dts: marvell: cp11x: Harmonize xHCI DT nodes name

Sven Auhagen (1):
      arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

Tomasz Maciej Nowak (1):
      arm64: dts: mcbin-singleshot: add heartbeat LED

Tomasz Nowicki (1):
      arm64: dts: marvell: keep SMMU disabled by default for Armada 7040 and 8040

Vladimir Vid (1):
      arm64: dts: marvell: add DT for ESPRESSObin-Ultra

 arch/arm64/boot/dts/marvell/Makefile               |   2 +
 .../dts/marvell/armada-3720-espressobin-emmc.dts   |  18 -
 .../dts/marvell/armada-3720-espressobin-ultra.dts  | 165 +++++++
 .../marvell/armada-3720-espressobin-v7-emmc.dts    |  40 +-
 .../dts/marvell/armada-3720-espressobin-v7.dts     |  24 +-
 .../boot/dts/marvell/armada-3720-espressobin.dtsi  |  39 +-
 .../boot/dts/marvell/armada-3720-turris-mox.dts    |   3 +-
 arch/arm64/boot/dts/marvell/armada-7040.dtsi       |   4 -
 .../dts/marvell/armada-8040-mcbin-singleshot.dts   |  22 +
 .../boot/dts/marvell/armada-8040-puzzle-m801.dts   | 523 +++++++++++++++++++++
 arch/arm64/boot/dts/marvell/armada-8040.dtsi       |   4 -
 arch/arm64/boot/dts/marvell/armada-cp11x.dtsi      |  10 +-
 12 files changed, 775 insertions(+), 79 deletions(-)
 create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts
 create mode 100644 arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts

Comments

Arnd Bergmann Dec. 8, 2020, 11:09 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 30 Nov 2020 17:02:59 +0100, Gregory CLEMENT wrote:
> Here is the first pull request for dt64 for mvebu for v5.11.
> 
> It is based on v5.10-rc2 because some fixes on the device tree has been
> merged after v5.10-rc1.
> 
> Gregory
> 
> The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: a2f9886a9ea55c3ea973048eb5cf3d972dfecb90

       Arnd