diff options
author | Alex Gonzalez <alex.gonzalez@digi.com> | 2018-10-25 18:09:30 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-12-03 19:04:48 +0300 |
commit | 4fb86404a977b932eed56c0dd0954f6225eee3eb (patch) | |
tree | 0d52533c476a2f9280a5cd3970eef2575657a6d1 /Documentation/devicetree/bindings/display | |
parent | 3a936bc2869667d7768f2266d14c4c49a849ffbe (diff) | |
download | linux-4fb86404a977b932eed56c0dd0954f6225eee3eb.tar.xz |
drm/panel: simple: Add AUO G101EVN010 panel support
The change adds support for the AU Optronics G101EVN010 10.1" TFT LCD
panel.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
Reviewed-by: Rob Herring <robh@kernel.org>
[treding@nvidia.com: sort new entry alphabetically]
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1540480173-12009-2-git-send-email-alex.gonzalez@digi.com
Diffstat (limited to 'Documentation/devicetree/bindings/display')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/auo,g101evn010 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/auo,g101evn010 b/Documentation/devicetree/bindings/display/panel/auo,g101evn010 new file mode 100644 index 000000000000..bc6a0c858e23 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/auo,g101evn010 @@ -0,0 +1,12 @@ +AU Optronics Corporation 10.1" (1280x800) color TFT LCD panel + +Required properties: +- compatible: should be "auo,g101evn010" +- power-supply: as specified in the base binding + +Optional properties: +- backlight: as specified in the base binding +- enable-gpios: as specified in the base binding + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |