]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/panel: simple: Add support for Hitachi TX23D38VM0CAA
authorLucas Stach <l.stach@pengutronix.de>
Thu, 6 Nov 2014 16:44:35 +0000 (17:44 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 7 Nov 2014 09:04:23 +0000 (10:04 +0100)
commit61ac0bf89d74e92b086eb147e5a5aed5b37ad396
treefae7a8fe0012b060f8ce71fd736d7ba7014024b2
parent071964ae2b27e645fe8324557fe2754ec77b6417
drm/panel: simple: Add support for Hitachi TX23D38VM0CAA

The Hitachi TX23D38VM0CAA is a 9" WVGA TFT LCD panel and can be
supported by the simple-panel driver.

This panel is connected via LVDS and uses the data enable signal for
timing. Since HSYNC/VSYNC are ignored, the split between sync length and
porches is arbitrary, as long as the complete horizontal blanking interval
is 256 clocks, and the vertical blanking interval is 45 lines.

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