aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/display/panel/dlc,dlc1010gig.txt
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2018-09-24 17:26:10 +0200
committerThierry Reding <treding@nvidia.com>2018-09-27 14:23:12 +0200
commit6cbe7cd15f953a8bb49cab9b85077e1ee4e0e999 (patch)
tree623ae70b56fd0a0de773ed6cd6d05085e023254c /Documentation/devicetree/bindings/display/panel/dlc,dlc1010gig.txt
parentdrm/panel: simple: Add support for Banana Pi 7" S070WV20-CT16 panel (diff)
downloadlinux-dev-6cbe7cd15f953a8bb49cab9b85077e1ee4e0e999.tar.xz
linux-dev-6cbe7cd15f953a8bb49cab9b85077e1ee4e0e999.zip
drm/panel: simple: Add DLC1010GIG panel
Add support for the DLC DLC1010GIG 1280x800 10.1" LVDS panel to the simple-panel driver. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Thierry Reding <treding@nvidia.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180924152610.25939-1-m.felsch@pengutronix.de
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel/dlc,dlc1010gig.txt')
-rw-r--r--Documentation/devicetree/bindings/display/panel/dlc,dlc1010gig.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/dlc,dlc1010gig.txt b/Documentation/devicetree/bindings/display/panel/dlc,dlc1010gig.txt
new file mode 100644
index 000000000000..fbf5dcd15661
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/panel/dlc,dlc1010gig.txt
@@ -0,0 +1,12 @@
+DLC Display Co. DLC1010GIG 10.1" WXGA TFT LCD Panel
+
+Required properties:
+- compatible: should be "dlc,dlc1010gig"
+- power-supply: See simple-panel.txt
+
+Optional properties:
+- enable-gpios: See simple-panel.txt
+- backlight: See simple-panel.txt
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.