summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorStéphane Marchesin <marcheu@chromium.org>2015-03-18 12:52:18 +0300
committerThierry Reding <treding@nvidia.com>2015-04-02 20:04:08 +0300
commit0c934306ec9a63bd271a4376caa014c21b20072b (patch)
tree696565e38da33c2d3044efb4496668a676cca67e /Documentation
parent6321fd6b6f0942e986b297e8192febfc860b83b3 (diff)
downloadlinux-0c934306ec9a63bd271a4376caa014c21b20072b.tar.xz
drm/panel: simple: Add support for Samsung LTN140AT29 panel
This panel is used by the Nyan Blaze board and can be supported by the simple-panel driver. Signed-off-by: Stéphane Marchesin <marcheu@chromium.org> [tomeu.vizoso@collabora.com: add device tree binding document] Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Acked-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/panel/samsung,ltn140at29-301.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/samsung,ltn140at29-301.txt b/Documentation/devicetree/bindings/panel/samsung,ltn140at29-301.txt
new file mode 100644
index 000000000000..e7f969d891cc
--- /dev/null
+++ b/Documentation/devicetree/bindings/panel/samsung,ltn140at29-301.txt
@@ -0,0 +1,7 @@
+Samsung Electronics 14" WXGA (1366x768) TFT LCD panel
+
+Required properties:
+- compatible: should be "samsung,ltn140at29-301"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.