summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2014-01-21 18:57:10 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:47:39 +0900
commit80ee5746bea5bf9c3ce75522e2ce70c16ce22653 (patch)
tree150d284d8436cb04e61f04702de18d702feaecf8 /Documentation/devicetree
parentf28cf45c26b69c423f60e5c82c18bfef8a7872e4 (diff)
downloadlinux-3.10-80ee5746bea5bf9c3ce75522e2ce70c16ce22653.tar.gz
linux-3.10-80ee5746bea5bf9c3ce75522e2ce70c16ce22653.tar.bz2
linux-3.10-80ee5746bea5bf9c3ce75522e2ce70c16ce22653.zip
drm/panel: add support for LG LD070WX3-SL01 panel
This panel is used by Tegra Note 7 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/devicetree')
-rw-r--r--Documentation/devicetree/bindings/panel/lg,ld070wx3-sl01.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/lg,ld070wx3-sl01.txt b/Documentation/devicetree/bindings/panel/lg,ld070wx3-sl01.txt
new file mode 100644
index 00000000000..5e649cb9aa1
--- /dev/null
+++ b/Documentation/devicetree/bindings/panel/lg,ld070wx3-sl01.txt
@@ -0,0 +1,7 @@
+LG Corporation 7" WXGA TFT LCD panel
+
+Required properties:
+- compatible: should be "lg,ld070wx3-sl01"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.