diff options
author | Thierry Reding <treding@nvidia.com> | 2013-11-15 09:59:32 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-04-04 03:06:34 -0400 |
commit | ec7c565383ee7fd4847705b8aafefb8e589aea93 (patch) | |
tree | e2e99f274a5357b14e72ec8657ca2618f1ffe140 /Documentation | |
parent | 03e255b993ff96bf194c91c28af9dc03f322af51 (diff) |
drm/panel: Add LG 12.9" LCD panel
The LP129QE LCD has an LED backlight and a display resolution of
2560x1700 pixels.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/panel/lg,lp129qe.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/lg,lp129qe.txt b/Documentation/devicetree/bindings/panel/lg,lp129qe.txt new file mode 100644 index 000000000000..9f262e0c5a2e --- /dev/null +++ b/Documentation/devicetree/bindings/panel/lg,lp129qe.txt | |||
@@ -0,0 +1,7 @@ | |||
1 | LG 12.9" (2560x1700 pixels) TFT LCD panel | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: should be "lg,lp129qe" | ||
5 | |||
6 | This binding is compatible with the simple-panel binding, which is specified | ||
7 | in simple-panel.txt in this directory. | ||