On Thu, Nov 06, 2014 at 05:44:33PM +0100, Lucas Stach wrote:
This patch adds support for the Innolux G121I1-L01 12.1" TFT LCD panel to 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
.../bindings/panel/innolux,g121i1-l01.txt | 7 ++++++ drivers/gpu/drm/panel/panel-simple.c | 26 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt
Applied all three patches to the drm/panel/for-next branch.
Thierry