diff options
author | Thierry Reding <treding@nvidia.com> | 2013-11-15 18:59:32 +0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-04-04 11:06:34 +0400 |
commit | ec7c565383ee7fd4847705b8aafefb8e589aea93 (patch) | |
tree | e2e99f274a5357b14e72ec8657ca2618f1ffe140 /Documentation/devicetree/bindings/panel | |
parent | 03e255b993ff96bf194c91c28af9dc03f322af51 (diff) | |
download | linux-ec7c565383ee7fd4847705b8aafefb8e589aea93.tar.xz |
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/devicetree/bindings/panel')
-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 @@ +LG 12.9" (2560x1700 pixels) TFT LCD panel + +Required properties: +- compatible: should be "lg,lp129qe" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |