diff options
author | Thierry Reding <treding@nvidia.com> | 2015-04-08 16:52:33 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-08-14 21:35:33 +0200 |
commit | d718d79e57039ccf59f638efe7c9ede2bfabc6f1 (patch) | |
tree | 7636fa2862ed11fda37fee97f476fe5abb72ecff /Documentation | |
parent | drm/panel: simple: Correct minimum hsync length of the HannStar HSD070PWW1 panel (diff) | |
download | linux-d718d79e57039ccf59f638efe7c9ede2bfabc6f1.tar.xz linux-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.txt | 7 |
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. |