summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorStéphane Marchesin <marcheu@chromium.org>2014-05-23 19:27:59 -0700
committerThierry Reding <treding@nvidia.com>2014-06-09 12:17:21 +0200
commita333f7ad1db5e77eea411b058d95a5d3587ab141 (patch)
tree6f9d5bcb26737df5132cc3c7de77cce1ad761e22 /Documentation
parentd02fd93e2cd800fa944bf775ec97deac45fe9923 (diff)
drm/panel: simple - Add AUO B133XTN01 panel support
This panel is used by nyan-big and can be supported by the simple-panel driver. Signed-off-by: Stéphane Marchesin <marcheu@chromium.org> [treding@nvidia.com: add device tree binding document] Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/panel/auo,b133xtn01.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/auo,b133xtn01.txt b/Documentation/devicetree/bindings/panel/auo,b133xtn01.txt
new file mode 100644
index 000000000000..7443b7c76769
--- /dev/null
+++ b/Documentation/devicetree/bindings/panel/auo,b133xtn01.txt
@@ -0,0 +1,7 @@
+AU Optronics Corporation 13.3" WXGA (1366x768) TFT LCD panel
+
+Required properties:
+- compatible: should be "auo,b133xtn01"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.