aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2014-11-06 17:44:33 +0100
committerThierry Reding <treding@nvidia.com>2014-11-07 10:04:19 +0100
commitd731f661b5d2dd5f7748d2d8a4ed939b9d88128d (patch)
tree550e08faeeda0ca10a4fead5f8ac0069ab5987e8 /Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt
parentdrm/panel: simple: Add missing .bpc fields (diff)
downloadlinux-dev-d731f661b5d2dd5f7748d2d8a4ed939b9d88128d.tar.xz
linux-dev-d731f661b5d2dd5f7748d2d8a4ed939b9d88128d.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt')
-rw-r--r--Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt b/Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt
new file mode 100644
index 000000000000..2743b07cd2f2
--- /dev/null
+++ b/Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt
@@ -0,0 +1,7 @@
+Innolux Corporation 12.1" WXGA (1280x800) TFT LCD panel
+
+Required properties:
+- compatible: should be "innolux,g121i1-l01"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.