drm/panel: simple: Add support for Innolux G121I1-L01
authorLucas Stach <l.stach@pengutronix.de>
Thu, 6 Nov 2014 16:44:33 +0000 (17:44 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 7 Nov 2014 09:04:19 +0000 (10:04 +0100)
commitd731f661b5d2dd5f7748d2d8a4ed939b9d88128d
tree550e08faeeda0ca10a4fead5f8ac0069ab5987e8
parentd7a839cde9acaa7252c75178bdbacce3cf12419c
drm/panel: simple: Add support for Innolux G121I1-L01

The Innolux G121I1-L01 is a 12.1" 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 160 clocks, and the vertical blanking interval is 24 lines.

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