mbox series

[GIT,PULL] IXP4xx DTS updates

Message ID CACRpkdZZ6W8uic97S9=Aa+S+s0-0k50TDw1e00u6gFcQfAVDdw@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] IXP4xx DTS updates | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git tags/ixp4xx-for-soc-v6.7

Message

Linus Walleij Oct. 9, 2023, 8:53 p.m. UTC
Hi SoC maintainers,

here are some updates to the Intel IXP4xx device tree files, and some
bindings that go with those updates.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/ixp4xx-for-soc-v6.7

for you to fetch changes up to d3c849020b6a5c7d8cb975844d26b3223f57047e:

  ARM: dts: ixp4xx: Use right restart keycode (2023-10-09 22:29:42 +0200)

----------------------------------------------------------------
Some IXP4xx updates for the v6.7 kernel cycle:

- Provide proper bindings including missing vendor prefixes
  for the device trees in use and one more new vendor.

- Add a device tree for USRobotics USR8200 which has two
  active users.

- Augment the "reset" GPIO buttons to send KEY_RESTART as
  appropriate.

- Enable write on the NSLU2 flash so we get a writeable
  rootfs on this device.

----------------------------------------------------------------
Linus Walleij (6):
      dt-bindings: Add vendor prefixes
      dt-bindings: arm: List more IXP4xx devices
      ARM: dts: Use only the Linksys compatible for now
      ARM: dts: ixp4xx: Add USRobotics USR8200 device tree
      ARM: dts: ixp4xx-nslu2: Enable write on flash
      ARM: dts: ixp4xx: Use right restart keycode

 .../devicetree/bindings/arm/intel-ixp4xx.yaml      |  16 ++
 .../devicetree/bindings/vendor-prefixes.yaml       |  14 ++
 arch/arm/boot/dts/intel/ixp/Makefile               |   3 +-
 .../dts/intel/ixp/intel-ixp42x-dlink-dsm-g600.dts  |   2 +-
 .../dts/intel/ixp/intel-ixp42x-freecom-fsg-3.dts   |   2 +-
 .../dts/intel/ixp/intel-ixp42x-iomega-nas100d.dts  |   2 +-
 .../dts/intel/ixp/intel-ixp42x-linksys-nslu2.dts   |   4 +-
 .../dts/intel/ixp/intel-ixp42x-linksys-wrv54g.dts  |   2 +-
 .../intel/ixp/intel-ixp42x-usrobotics-usr8200.dts  | 229 +++++++++++++++++++++
 9 files changed, 268 insertions(+), 6 deletions(-)
 create mode 100644
arch/arm/boot/dts/intel/ixp/intel-ixp42x-usrobotics-usr8200.dts