diff options
author | Marco Felsch <m.felsch@pengutronix.de> | 2018-09-24 18:26:10 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-09-27 15:23:12 +0300 |
commit | 6cbe7cd15f953a8bb49cab9b85077e1ee4e0e999 (patch) | |
tree | 623ae70b56fd0a0de773ed6cd6d05085e023254c /Documentation/devicetree/bindings/display | |
parent | 7ad8b41cd8f5c2842646d01cdd576663caee04a7 (diff) | |
download | linux-6cbe7cd15f953a8bb49cab9b85077e1ee4e0e999.tar.xz |
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')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/dlc,dlc1010gig.txt | 12 |
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. |