summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2014-01-21 18:57:09 +0900
committerInki Dae <inki.dae@samsung.com>2014-04-28 21:33:32 +0900
commit3d729a22bec2446a25718cc67cd2e7281112250a (patch)
treea77e480b307cf5559e76f604e30dae3204b18d1e /Documentation
parent1efc0de6cfd9ad4aa0886e4408d3f7fefcc0ac94 (diff)
downloadlinux-3.10-3d729a22bec2446a25718cc67cd2e7281112250a.tar.gz
linux-3.10-3d729a22bec2446a25718cc67cd2e7281112250a.tar.bz2
linux-3.10-3d729a22bec2446a25718cc67cd2e7281112250a.zip
drm/panel: add support for LG LH500WX1-SD03 panel
This panel is used by the NVIDIA SHIELD and supported by the simple-panel driver. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/panel/lg,lh500wx1-sd03.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/lg,lh500wx1-sd03.txt b/Documentation/devicetree/bindings/panel/lg,lh500wx1-sd03.txt
new file mode 100644
index 00000000000..a04fd2b2e73
--- /dev/null
+++ b/Documentation/devicetree/bindings/panel/lg,lh500wx1-sd03.txt
@@ -0,0 +1,7 @@
+LG Corporation 5" HD TFT LCD panel
+
+Required properties:
+- compatible: should be "lg,lh500wx1-sd03"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.