Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1548473

[PATCH v3 0/2] Add support for the S6E3HA2 panel on TM2 board

From Hoegeun Kwon <hoegeun.kwon@samsung.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/2] Add support for the S6E3HA2 panel on TM2 board
Date 2016-12-30 08:00 +0100
Message-ID <sTZkt-S3-9@gated-at.bofh.it> (permalink)
References <sTZkt-S3-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Purpose of this patch is add support for S6E3HA2 AMOLED panel on
the TM2 board. The first patch adds support for S6E3HA2 panel
device tree document and driver, the second patch add support for
S6E3HA2 panel device tree.

Changes for V3:

- In the DT binding document, made it clearly that the panel is a
  child node of dsi.
- Fix reset-gpio active from high to low.
- Is the OF graph saying related to [1]?
  Althogh the panel is a child of dsi, I think OF graph necessary.
  because if a remote-endpoint is not specified, the dsi also
  panel is not probed.
- The display-timings has been fixed to be provided by the device
  driver. however, I think display-timings is necessary in dts.
  because if dts does not have display-timings, dsi will not load.

[1]: Documentation/devicetree/bindings/media/video-interfaces.txt

Hoegeun Kwon (1):
  drm/panel: Add support for S6E3HA2 panel driver on TM2 board

Hyungwon Hwang (1):
  arm64: dts: exynos: Add support for S6E3HA2 panel device on TM2 board

 .../bindings/display/panel/samsung,s6e3ha2.txt     |  58 ++
 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts      |  31 +
 drivers/gpu/drm/panel/Kconfig                      |   6 +
 drivers/gpu/drm/panel/Makefile                     |   1 +
 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c      | 741 +++++++++++++++++++++
 5 files changed, 837 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/samsung,s6e3ha2.txt
 create mode 100644 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/2] Add support for the S6E3HA2 panel on TM2 board Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2016-12-30 08:00 +0100
  [PATCH v3 1/2] drm/panel: Add support for S6E3HA2 panel driver on TM2  board Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2016-12-30 08:00 +0100
  Re: [PATCH v3 0/2] Add support for the S6E3HA2 panel on TM2 board Andrzej Hajda <a.hajda@samsung.com> - 2017-01-02 13:10 +0100

csiph-web