aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorHuang Lin <hl@rock-chips.com>2015-02-27 21:18:58 -0500
committerThierry Reding <treding@nvidia.com>2015-04-02 13:04:10 -0400
commita531bc3d952ffd6ebe6452bd39cb3c64cfa5ceb3 (patch)
tree7d7b445aa3af640f723bec5aaa94beca72e3ac0e /Documentation
parentbccac3f121d53b645c882cae7948facb50940043 (diff)
drm/panel: simple: Add support for AUO b101ean01 panel
The AUO b101ean01 panel is a 10.1" 1280x800 panel which can be supported by the simple panel driver. Signed-off-by: Huang Lin <hl@rock-chips.com> Reviewed-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/panel/auo,b101ean01.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/auo,b101ean01.txt b/Documentation/devicetree/bindings/panel/auo,b101ean01.txt
new file mode 100644
index 000000000000..3590b0741619
--- /dev/null
+++ b/Documentation/devicetree/bindings/panel/auo,b101ean01.txt
@@ -0,0 +1,7 @@
1AU Optronics Corporation 10.1" WSVGA TFT LCD panel
2
3Required properties:
4- compatible: should be "auo,b101ean01"
5
6This binding is compatible with the simple-panel binding, which is specified
7in simple-panel.txt in this directory.