devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm/panel: add fannal c3004 panel
@ 2023-06-05 15:35 Paulo Pavacic
  2023-06-05 15:35 ` [PATCH v2 1/3] dt-bindings: add fannal vendor prefix Paulo Pavacic
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Paulo Pavacic @ 2023-06-05 15:35 UTC (permalink / raw)
  To: neil.armstrong, sam, airlied, daniel, robh+dt,
	krzysztof.kozlowski+dt, conor+dt
  Cc: dri-devel, linux-kernel, devicetree, Paulo Pavacic

Fannal C3004 is a 2 lane MIPI DSI 480x800 panel which requires initialization with DSI DCS
commands. After few initialization commands delay is required.

Paulo Pavacic (3):
  dt-bindings: add fannal vendor prefix
  dt-bindings: display: panel: add fannal,c3004
  drm/panel-fannal-c3003: Add fannal c3004 DSI panel

 .../bindings/display/panel/fannal,c3004.yaml  |  78 +++++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   7 +
 drivers/gpu/drm/panel/Kconfig                 |  11 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 drivers/gpu/drm/panel/panel-fannal-c3004.c    | 319 ++++++++++++++++++
 6 files changed, 418 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/fannal,c3004.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-fannal-c3004.c

-- 
2.40.1


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

end of thread, other threads:[~2023-06-06 14:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-05 15:35 [PATCH v2 0/3] drm/panel: add fannal c3004 panel Paulo Pavacic
2023-06-05 15:35 ` [PATCH v2 1/3] dt-bindings: add fannal vendor prefix Paulo Pavacic
2023-06-06  7:07   ` Krzysztof Kozlowski
2023-06-05 15:35 ` [PATCH v2 2/3] dt-bindings: display: panel: add fannal,c3004 Paulo Pavacic
2023-06-06  7:10   ` Krzysztof Kozlowski
2023-06-06  9:53     ` Paulo Pavacic
2023-06-06 14:51       ` Krzysztof Kozlowski
2023-06-05 15:35 ` [PATCH v2 3/3] drm/panel-fannal-c3003: Add fannal c3004 DSI panel Paulo Pavacic
2023-06-06  7:14   ` Krzysztof Kozlowski
2023-06-06  7:36     ` Paulo Pavacic
2023-06-06 14:52       ` Krzysztof Kozlowski

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