diff options
author | Akshay Bhat <akshay.bhat@timesys.com> | 2015-11-18 15:57:47 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-11-23 06:20:52 -0500 |
commit | f8fa17ba812b7df1535f6bb75d7264670f5997a6 (patch) | |
tree | b4be6486621149c292deca83d8675c8d53103abb /Documentation | |
parent | c8521969dea2b8e10ecbba86e0221e4f63dce921 (diff) |
drm/panel: simple: Add support for Innolux G121X1-L03
Add support for Innolux CheMei 12" G121X1-L03 XGA LVDS display.
Datasheet: http://www.azdisplays.com/PDF/G121X1-L03.pdf
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/innolux,g121x1-l03.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/innolux,g121x1-l03.txt b/Documentation/devicetree/bindings/display/panel/innolux,g121x1-l03.txt new file mode 100644 index 000000000000..649744620ae1 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/innolux,g121x1-l03.txt | |||
@@ -0,0 +1,7 @@ | |||
1 | Innolux Corporation 12.1" G121X1-L03 XGA (1024x768) TFT LCD panel | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: should be "innolux,g121x1-l03" | ||
5 | |||
6 | This binding is compatible with the simple-panel binding, which is specified | ||
7 | in simple-panel.txt in this directory. | ||