devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/12] arm64: dts: freescale: Add support for the GOcontroll Moduline Display
@ 2025-02-26 14:19 Maud Spierings via B4 Relay
  2025-02-26 14:19 ` [PATCH v2 01/12] dt-bindings: arm: fsl: Add " Maud Spierings via B4 Relay
                   ` (13 more replies)
  0 siblings, 14 replies; 22+ messages in thread
From: Maud Spierings via B4 Relay @ 2025-02-26 14:19 UTC (permalink / raw)
  To: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Thierry Reding, Sam Ravnborg,
	Liu Ying, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, Mark Brown
  Cc: dri-devel, devicetree, linux-kernel, imx, linux-arm-kernel,
	linux-spi, Maud Spierings

Add inital support for 2 variants of the Moduline Display controller.
This system is powered by the Ka-Ro Electronics tx8p-ml81 COM, which
features an imx8mp SoC.

Signed-off-by: Maud Spierings <maudspierings@gocontroll.com>
---
Changes in v2:
- Dropped the trivial-devices patch
- Added a patch with bindings for the gocontroll,moduline-module-slot
- Added a patch to spidev.c to enable the spidev driver for the module
  slot
- Added a missing usb-c connector in the av101hdt-a10 variant dts
- Switched to the new bindings for the module slots in the base dts
- Fixed some commit typos
- Link to v1: https://lore.kernel.org/r/20250224-initial_display-v1-0-5ccbbf613543@gocontroll.com

---
Maud Spierings (12):
      dt-bindings: arm: fsl: Add GOcontroll Moduline Display
      dt-bindings: vendor-prefixes: add GOcontroll
      dt-bindings: connector: Add the GOcontroll Moduline module slot bindings
      arm64: dts: imx8mp: Add pinctrl config definitions
      MAINTAINERS: add maintainer for the Ka-Ro tx8p-ml81 COM module
      MAINTAINERS: add maintainer for the GOcontroll Moduline module slot
      MAINTAINERS: add maintainer for the GOcontroll Moduline controllers
      arm64: dts: freescale: add Ka-Ro Electronics tx8p-ml81 COM
      arm64: dts: freescale: Add the GOcontroll Moduline Display baseboard
      arm64: dts: freescale: Add the BOE av101hdt-a10 variant of the Moduline Display
      arm64: dts: freescale: Add the BOE av123z7m-n17 variant of the Moduline Display
      spi: spidev: Add an entry for the gocontroll moduline module slot

 Documentation/devicetree/bindings/arm/fsl.yaml     |   1 +
 .../connector/gocontroll,moduline-module-slot.yaml |  88 ++++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 MAINTAINERS                                        |  17 +
 arch/arm64/boot/dts/freescale/imx8mp-pinfunc.h     |  27 +
 ...tx8p-ml81-moduline-display-106-av101hdt-a10.dts | 100 ++++
 ...tx8p-ml81-moduline-display-106-av123z7m-n17.dts | 133 +++++
 .../imx8mp-tx8p-ml81-moduline-display-106.dtsi     | 535 ++++++++++++++++++++
 .../arm64/boot/dts/freescale/imx8mp-tx8p-ml81.dtsi | 547 +++++++++++++++++++++
 drivers/spi/spidev.c                               |   2 +
 10 files changed, 1452 insertions(+)
---
base-commit: 2bc63dbeabecce860eb8b261bf67b97552fe7747
change-id: 20250224-initial_display-fa82218e06e5

Best regards,
-- 
Maud Spierings <maudspierings@gocontroll.com>



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

end of thread, other threads:[~2025-03-18 16:03 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-26 14:19 [PATCH v2 00/12] arm64: dts: freescale: Add support for the GOcontroll Moduline Display Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 01/12] dt-bindings: arm: fsl: Add " Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 02/12] dt-bindings: vendor-prefixes: add GOcontroll Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 03/12] dt-bindings: connector: Add the GOcontroll Moduline module slot bindings Maud Spierings via B4 Relay
2025-03-14 21:06   ` Rob Herring
2025-03-15  7:33     ` Maud Spierings | GOcontroll
     [not found]     ` <PA4PR04MB7630094413C8E1F3D715EE23C5DD2@PA4PR04MB7630.eurprd04.prod.outlook.com>
2025-03-17 10:34       ` Krzysztof Kozlowski
2025-03-17 10:42         ` Maud Spierings | GOcontroll
2025-03-18 15:37           ` Rob Herring
2025-03-18 16:03             ` Maud Spierings | GOcontroll
2025-02-26 14:19 ` [PATCH v2 04/12] arm64: dts: imx8mp: Add pinctrl config definitions Maud Spierings via B4 Relay
2025-02-26 15:32   ` Daniel Baluta
2025-02-26 14:19 ` [PATCH v2 05/12] MAINTAINERS: add maintainer for the Ka-Ro tx8p-ml81 COM module Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 06/12] MAINTAINERS: add maintainer for the GOcontroll Moduline module slot Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 07/12] MAINTAINERS: add maintainer for the GOcontroll Moduline controllers Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 08/12] arm64: dts: freescale: add Ka-Ro Electronics tx8p-ml81 COM Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 09/12] arm64: dts: freescale: Add the GOcontroll Moduline Display baseboard Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 10/12] arm64: dts: freescale: Add the BOE av101hdt-a10 variant of the Moduline Display Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 11/12] arm64: dts: freescale: Add the BOE av123z7m-n17 " Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 12/12] spi: spidev: Add an entry for the gocontroll moduline module slot Maud Spierings via B4 Relay
2025-02-26 22:27 ` [PATCH v2 00/12] arm64: dts: freescale: Add support for the GOcontroll Moduline Display Rob Herring (Arm)
2025-03-14 15:53 ` (subset) " Mark Brown

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).