diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2016-11-30 16:09:56 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-12-06 19:06:32 +0300 |
commit | 8c31f6034b24601721daeb012793641fac079e2e (patch) | |
tree | 6438f97a06774cc34b3a508f8cdcfa1ab72d5979 /Documentation/devicetree/bindings/display/panel | |
parent | 697035c6b8691ad8a937b23115171c2fc9d43d4f (diff) | |
download | linux-8c31f6034b24601721daeb012793641fac079e2e.tar.xz |
drm/panel: simple: Add support for AUO G185HAN01
This adds support for the AU Optronics G185HAN01 18.5" LVDS FullHD TFT
LCD panel, which can be supported by the simple panel driver.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/auo,g185han01.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/auo,g185han01.txt b/Documentation/devicetree/bindings/display/panel/auo,g185han01.txt new file mode 100644 index 000000000000..ed657c2141d4 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/auo,g185han01.txt @@ -0,0 +1,7 @@ +AU Optronics Corporation 18.5" FHD (1920x1080) TFT LCD panel + +Required properties: +- compatible: should be "auo,g185han01" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |