mbox series

[GIT,PULL] IXP4xx DTS changes for v5.17

Message ID CACRpkdYiWK7TEbZrh4_0WT5obMk=ZSc7AQVUSPXL+-uZ_hsUEA@mail.gmail.com (mailing list archive)
State Accepted
Commit 2aaeccfafbf9c57c1d86354d12613548042474f4
Headers show
Series [GIT,PULL] IXP4xx DTS changes for v5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git tags/ixp4xx-dtx-v5.17

Message

Linus Walleij Dec. 14, 2021, 12:22 a.m. UTC
Hi SoC folks,

here are some IXP4xx DTS file changes for v5.17.
We have now a complete set of DTS files for the boards
previously supported by board files.

The plan is to delete the board files in the next merge
window for v5.18 (because of dependencies).

Please pull it in to the appropriate DTS branch in the
SoC tree!

Yours,
Linus Walleij

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/ixp4xx-dtx-v5.17

for you to fetch changes up to 7b9eb6cfdb784ad713024a3f8f202620ad40ba70:

  ARM: dts: ixp4xx: Add devicetree for Gateway 7001 (2021-12-13 00:50:40 +0100)

----------------------------------------------------------------
IXP4xx DTS changes for v5.17:

- Add the LEDs to the Freecom FSG-3 that were missing.
- Add a devicetree for the Gorami MultiLink Router
- Add a devicetree for the Gateway GW7001 Router

This completes the migration of all IXP4xx devices to
device tree files.

Next merge window we will delete the remaining board files,
it cannot be done now because of cross-tree dependencies.

----------------------------------------------------------------
Linus Walleij (2):
      ARM: dts: Add FSG3 system controller and LEDs
      ARM: dts: Add Goramo MultiLink device tree

Zoltan HERPAI (1):
      ARM: dts: ixp4xx: Add devicetree for Gateway 7001

 arch/arm/boot/dts/Makefile                         |   4 +-
 arch/arm/boot/dts/intel-ixp42x-freecom-fsg-3.dts   |  59 +++++++
 arch/arm/boot/dts/intel-ixp42x-gateway-7001.dts    | 111 +++++++++++++
 .../arm/boot/dts/intel-ixp42x-goramo-multilink.dts | 180 +++++++++++++++++++++
 arch/arm/boot/dts/intel-ixp4xx.dtsi                |  17 ++
 5 files changed, 370 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-gateway-7001.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-goramo-multilink.dts

Comments

patchwork-bot+linux-soc@kernel.org Dec. 14, 2021, 9:40 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 14 Dec 2021 01:22:47 +0100 you wrote:
> Hi SoC folks,
> 
> here are some IXP4xx DTS file changes for v5.17.
> We have now a complete set of DTS files for the boards
> previously supported by board files.
> 
> The plan is to delete the board files in the next merge
> window for v5.18 (because of dependencies).
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] IXP4xx DTS changes for v5.17
    https://git.kernel.org/soc/soc/c/2aaeccfafbf9

You are awesome, thank you!