diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2017-06-08 21:07:57 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-06-14 20:37:27 +0300 |
commit | 4177fa66a3248e3a5f4b512380a7fc5fce68e76d (patch) | |
tree | c56c205970e6841b9a8fbb8b1a4e8db7d326a943 /Documentation/devicetree/bindings/display | |
parent | fa9b4b6ff44e2e1747b2f5e5401d4e94b283999c (diff) | |
download | linux-4177fa66a3248e3a5f4b512380a7fc5fce68e76d.tar.xz |
drm/panel: simple: add support for NLT NL192108AC18-02D
This adds support for the NLT Technologies NL192108AC18-02D
15.6" LVDS FullHD TFT LCD panel, which can be supported
by the simple panel driver.
Timings are taken from the preliminary datasheet, as a final
one is not yet available.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170608180758.31020-3-l.stach@pengutronix.de
Diffstat (limited to 'Documentation/devicetree/bindings/display')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/nlt,nl192108ac18-02d.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/nlt,nl192108ac18-02d.txt b/Documentation/devicetree/bindings/display/panel/nlt,nl192108ac18-02d.txt new file mode 100644 index 000000000000..1a639fd8778d --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/nlt,nl192108ac18-02d.txt @@ -0,0 +1,8 @@ +NLT Technologies, Ltd. 15.6" FHD (1920x1080) LVDS TFT LCD panel + +Required properties: +- compatible: should be "nlt,nl192108ac18-02d" +- 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. |