linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ixp4xx: add welltech-epbx100
@ 2021-05-04 19:34 Corentin Labbe
  2021-05-04 19:34 ` [PATCH 1/5] ARM: ixp4xx_defconfig: add CONFIG_SERIAL_OF_PLATFORM Corentin Labbe
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Corentin Labbe @ 2021-05-04 19:34 UTC (permalink / raw)
  To: arnd, kaloz, khalasa, linusw, linux, olof, robh+dt, soc
  Cc: devicetree, linux-arm-kernel, linux-kernel, Corentin Labbe

The welltech epbx100 is a small IP PBX board.
It ship an Intel IXDPG425 Network Gateway Reference (IXP42X 533MHz) SoC.
Original image ran an old 2.4.31 but upgrading to recent kernel was
easy.
It misses a working network interfaces but its current state is
sufficient to work on my interest, its crypto device.

More information on the board could be found on http://kernel.montjoie.ovh/welltech-epbx100.html

Corentin Labbe (5):
  ARM: ixp4xx_defconfig: add CONFIG_SERIAL_OF_PLATFORM
  ARM: ixp4xx_defconfig: add MTD_PHYSMAP
  dt-bindings: add vendor prefix for welltech
  dt-bindings: arm: intel-ixp4xx: add welltech,epbx100
  ARM: dts: add intel-ixp42x-welltech-epbx100

 .../devicetree/bindings/arm/intel-ixp4xx.yaml |  1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |  2 +
 arch/arm/boot/dts/Makefile                    |  1 +
 .../dts/intel-ixp42x-welltech-epbx100.dts     | 76 +++++++++++++++++++
 arch/arm/configs/ixp4xx_defconfig             |  3 +
 5 files changed, 83 insertions(+)
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-welltech-epbx100.dts

-- 
2.26.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-05-06 21:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-04 19:34 [PATCH 0/5] ixp4xx: add welltech-epbx100 Corentin Labbe
2021-05-04 19:34 ` [PATCH 1/5] ARM: ixp4xx_defconfig: add CONFIG_SERIAL_OF_PLATFORM Corentin Labbe
2021-05-04 19:34 ` [PATCH 2/5] ARM: ixp4xx_defconfig: add MTD_PHYSMAP Corentin Labbe
2021-05-04 19:34 ` [PATCH 3/5] dt-bindings: add vendor prefix for welltech Corentin Labbe
2021-05-06 21:06   ` Rob Herring
2021-05-04 19:34 ` [PATCH 4/5] dt-bindings: arm: intel-ixp4xx: add welltech,epbx100 Corentin Labbe
2021-05-06 21:06   ` Rob Herring
2021-05-04 19:34 ` [PATCH 5/5] ARM: dts: add intel-ixp42x-welltech-epbx100 Corentin Labbe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).