mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] arm: imx8mp: add karo electronics qsxp imx8mp som support
@ 2024-03-11  9:10 Stefan Kerkmann
  2024-03-11  9:10 ` [PATCH 1/6] of: introduce of_property_read_s32 Stefan Kerkmann
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Stefan Kerkmann @ 2024-03-11  9:10 UTC (permalink / raw)
  To: Sascha Hauer, BAREBOX

The Ka-Ro QSXP[1] is a i.MX8M Plus solder down system on module. This
series adds support for the SOM itself on the QSBASE4 RDK. For ethernet
support on the QSBASE4 RDK, the Micrel phy driver gains support for the
KSZ9131 gigabit ethernet phy.

[1]: https://www.karo-electronics.de/qsxp

Signed-off-by: Stefan Kerkmann <s.kerkmann@pengutronix.de>
---
Marc Kleine-Budde (4):
      net: phy: micrel: update id table from Linux kernel
      net: phy: micrel: add support for ksz9131 phy
      arm: dts: karo: import dts for karo-qsxp-ml81
      arm: imx8mp: add karo electronics qsxp imx8mp som support

Sebastian Reichel (1):
      of: introduce of_property_read_s32

Stefan Kerkmann (1):
      arm: dts: karo: add karo imx8mp-karo-qsxp-qsbase4

 arch/arm/boards/Makefile                           |    1 +
 arch/arm/boards/karo-qsxp-ml81/Makefile            |    4 +
 arch/arm/boards/karo-qsxp-ml81/board.c             |   35 +
 .../flash-header-karo-qsxp-ml81.imxcfg             |    9 +
 arch/arm/boards/karo-qsxp-ml81/lowlevel.c          |  102 ++
 arch/arm/boards/karo-qsxp-ml81/lowlevel.h          |    8 +
 arch/arm/boards/karo-qsxp-ml81/lpddr4-timing.c     | 1597 ++++++++++++++++++++
 arch/arm/dts/Makefile                              |    1 +
 arch/arm/dts/imx8mp-karo-qsxp-ml81-qsbase4.dts     |   86 ++
 arch/arm/dts/imx8mp-karo-qsxp-ml81.dts             |  160 ++
 arch/arm/dts/imx8mp-karo.dtsi                      |  407 +++++
 arch/arm/mach-imx/Kconfig                          |   10 +
 drivers/net/phy/micrel.c                           |  188 +++
 images/Makefile.imx                                |    2 +
 include/linux/micrel_phy.h                         |   49 +-
 include/of.h                                       |    7 +
 16 files changed, 2659 insertions(+), 7 deletions(-)
---
base-commit: 6883d32102d8a253f4fc2bcfafbf3767a725e3a8
change-id: 20240311-karo-imx8mp-som-board-upstreaming-9eef98b7735e

Best regards,
-- 
Stefan Kerkmann <s.kerkmann@pengutronix.de>




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

end of thread, other threads:[~2024-03-11 14:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-11  9:10 [PATCH 0/6] arm: imx8mp: add karo electronics qsxp imx8mp som support Stefan Kerkmann
2024-03-11  9:10 ` [PATCH 1/6] of: introduce of_property_read_s32 Stefan Kerkmann
2024-03-11  9:10 ` [PATCH 2/6] net: phy: micrel: update id table from Linux kernel Stefan Kerkmann
2024-03-11  9:10 ` [PATCH 3/6] net: phy: micrel: add support for ksz9131 phy Stefan Kerkmann
2024-03-11  9:10 ` [PATCH 4/6] arm: dts: karo: import dts for karo-qsxp-ml81 Stefan Kerkmann
2024-03-11 10:02   ` Ahmad Fatoum
2024-03-11 14:23     ` Stefan Kerkmann
2024-03-11 14:33       ` Ahmad Fatoum
2024-03-11 14:48         ` Stefan Kerkmann
2024-03-11  9:10 ` [PATCH 5/6] arm: dts: karo: add karo imx8mp-karo-qsxp-qsbase4 Stefan Kerkmann
2024-03-11 10:05   ` Ahmad Fatoum
2024-03-11 13:25     ` Stefan Kerkmann
2024-03-11  9:10 ` [PATCH 6/6] arm: imx8mp: add karo electronics qsxp imx8mp som support Stefan Kerkmann
2024-03-11 10:13   ` Ahmad Fatoum
2024-03-11 13:32     ` Stefan Kerkmann
2024-03-11 13:58       ` Ahmad Fatoum
2024-03-11 14:01         ` Stefan Kerkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox