aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorAlex Gonzalez <alex.gonzalez@digi.com>2018-10-25 17:09:30 +0200
committerThierry Reding <treding@nvidia.com>2018-12-03 17:04:48 +0100
commit4fb86404a977b932eed56c0dd0954f6225eee3eb (patch)
tree0d52533c476a2f9280a5cd3970eef2575657a6d1 /Documentation/devicetree
parentdrm/meson: Fix an Alpha Primary Plane bug on Meson GXL/GXM SoCs (diff)
downloadlinux-dev-4fb86404a977b932eed56c0dd0954f6225eee3eb.tar.xz
linux-dev-4fb86404a977b932eed56c0dd0954f6225eee3eb.zip
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')
-rw-r--r--Documentation/devicetree/bindings/display/panel/auo,g101evn01012
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.