summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/panel
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2015-05-22 10:25:57 +0200
committerThierry Reding <treding@nvidia.com>2015-05-22 15:02:59 +0200
commitdd0150026901b3fc73bd76bb423bacf5cc10393d (patch)
tree2f0981a254cd7db766f5adc3cbba03edfe218ac3 /Documentation/devicetree/bindings/panel
parentc06ea0ada75bd0ea6b92d592e7f69e64455520b4 (diff)
drm/panel: simple: Add support for LG LB070WV8 800x480 7" panel
This adds support for the LG LB070WV8 7" 800x480 panel to the DRM simple panel driver. Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/panel')
-rw-r--r--Documentation/devicetree/bindings/panel/lg,lb070wv8.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/lg,lb070wv8.txt b/Documentation/devicetree/bindings/panel/lg,lb070wv8.txt
new file mode 100644
index 000000000000..a7588e5259cf
--- /dev/null
+++ b/Documentation/devicetree/bindings/panel/lg,lb070wv8.txt
@@ -0,0 +1,7 @@
+LG 7" (800x480 pixels) TFT LCD panel
+
+Required properties:
+- compatible: should be "lg,lb070wv8"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.