summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-04-08 16:52:33 +0200
committerThierry Reding <treding@nvidia.com>2015-08-14 21:35:33 +0200
commitd718d79e57039ccf59f638efe7c9ede2bfabc6f1 (patch)
tree7636fa2862ed11fda37fee97f476fe5abb72ecff /Documentation
parentd901d2ba8a1577ea213e4c4e22e9ca1f67db61dd (diff)
downloadlinux-stable-d718d79e57039ccf59f638efe7c9ede2bfabc6f1.tar.gz
linux-stable-d718d79e57039ccf59f638efe7c9ede2bfabc6f1.tar.bz2
linux-stable-d718d79e57039ccf59f638efe7c9ede2bfabc6f1.zip
drm/panel: simple: Add support for AUO B080UAN01
The AUO B080UAN01 is an 8.0" WUXGA TFT LCD panel connected using four DSI lanes. It can be supported by the simple-panel driver. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/panel/auo,b080uan01.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/auo,b080uan01.txt b/Documentation/devicetree/bindings/panel/auo,b080uan01.txt
new file mode 100644
index 000000000000..bae0e2b51467
--- /dev/null
+++ b/Documentation/devicetree/bindings/panel/auo,b080uan01.txt
@@ -0,0 +1,7 @@
+AU Optronics Corporation 8.0" WUXGA TFT LCD panel
+
+Required properties:
+- compatible: should be "auo,b101ean01"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.