diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2017-06-08 20:07:55 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-06-14 19:36:29 +0200 |
commit | 01bacc13a39d65c052f087180f6c97863282403a (patch) | |
tree | 6d0476b043b56823b85764f11d68a6c8c692ea2a /Documentation/devicetree | |
parent | drm/panel: add Innolux P079ZCA panel driver (diff) | |
download | linux-01bacc13a39d65c052f087180f6c97863282403a.tar.xz linux-01bacc13a39d65c052f087180f6c97863282403a.zip |
drm/panel: simple: add support for NEC NL12880B20-05
This adds support for the NEC LCD Technologies, Ltd. 12.1"
WXGA (1280x800) LVDS 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>
Link: http://patchwork.freedesktop.org/patch/msgid/20170608180758.31020-1-l.stach@pengutronix.de
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/nec,nl12880b20-05.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/nec,nl12880b20-05.txt b/Documentation/devicetree/bindings/display/panel/nec,nl12880b20-05.txt new file mode 100644 index 000000000000..71cbc49ecfab --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/nec,nl12880b20-05.txt @@ -0,0 +1,8 @@ +NEC LCD Technologies, Ltd. 12.1" WXGA (1280x800) LVDS TFT LCD panel + +Required properties: +- compatible: should be "nec,nl12880bc20-05" +- power-supply: 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. |