mbox series

[v3,0/2] Add driver for BOE tv110c9m-ll3 panel

Message ID 20210826110311.613396-1-yangcong5@huaqin.corp-partner.google.com (mailing list archive)
Headers show
Series Add driver for BOE tv110c9m-ll3 panel | expand

Message

cong yang Aug. 26, 2021, 11:03 a.m. UTC
Documentation/devicetree/bindings/display/panel/boe,tv110c9m-ll3.yaml:

Compared with v2, delete pinctrl in examples dts.

-            pinctrl-names = "default";
-            pinctrl-0 = <&vdd_reset_1800>;

yangcong (2):
  drm/panel: support for BOE tv1110c9m-ll3 wuxga dsi video mode panel
  dt-bindngs: display: panel: Add BOE tv110c9m-ll3 panel bindings

 .../display/panel/boe,tv110c9m-ll3.yaml       |   81 +
 drivers/gpu/drm/panel/Kconfig                 |   10 +
 drivers/gpu/drm/panel/Makefile                |    1 +
 drivers/gpu/drm/panel/panel-boe-tv110c9m.c    | 1303 +++++++++++++++++
 4 files changed, 1395 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/boe,tv110c9m-ll3.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-boe-tv110c9m.c