aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-11-15 15:59:32 +0100
committerThierry Reding <treding@nvidia.com>2014-04-04 09:06:34 +0200
commitec7c565383ee7fd4847705b8aafefb8e589aea93 (patch)
treee2e99f274a5357b14e72ec8657ca2618f1ffe140 /Documentation/devicetree
parentMAINTAINERS: Add entry for DRM panel drivers (diff)
downloadlinux-dev-ec7c565383ee7fd4847705b8aafefb8e589aea93.tar.xz
linux-dev-ec7c565383ee7fd4847705b8aafefb8e589aea93.zip
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')
-rw-r--r--Documentation/devicetree/bindings/panel/lg,lp129qe.txt7
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.