]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel: simple: Add support for Giantplus GPG482739QS5
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 19 Nov 2014 09:29:55 +0000 (10:29 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 28 Jan 2015 07:45:38 +0000 (08:45 +0100)
commitcaf65ef84c76d80f831183459f95b51bb3cfcc9c
tree8a42051e141ec6e3525766dd6d7ebb61fb0b5851
parentd34bdbb354e51cf02dbe317b984ead2257e6d4a0
drm/panel: simple: Add support for Giantplus GPG482739QS5

This patch adds support for the GiantPlus GPG48273QS5 4.3" WQVGA TFT LCD
panel to the simple-panel driver.

This panel is connected via a parallel bus and uses both HSYNC and
VSYNC, whose lengths are unfortunately not clearly defined. The
datasheet only specifies the front- and backporch length, but the timing
diagram suggests that both sync signals should be asserted for exactly
one clock cycle.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/panel/giantplus,gpg482739qs5.txt [new file with mode: 0644]
drivers/gpu/drm/panel/panel-simple.c