diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2017-10-18 20:22:40 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-10-19 12:48:44 +0300 |
commit | 06e733e41f87d75a60347b0c93a18fc0104d709d (patch) | |
tree | cf583bc464577d11fb79d16a4b9ba405f34f6e56 /Documentation/devicetree/bindings/display/panel | |
parent | 448956d619a35538e71e8a2d8f1e4bc274037767 (diff) | |
download | linux-06e733e41f87d75a60347b0c93a18fc0104d709d.tar.xz |
drm/panel: simple: add Toshiba LT089AC19000
Only exposes a single mode and not a complete display timing, as
the datasheet is rather vague about the minimum/maximum values.
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: https://patchwork.freedesktop.org/patch/msgid/20171018172240.8772-1-l.stach@pengutronix.de
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/toshiba,lt089ac29000.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/toshiba,lt089ac29000.txt b/Documentation/devicetree/bindings/display/panel/toshiba,lt089ac29000.txt new file mode 100644 index 000000000000..4c0caaf246c9 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/toshiba,lt089ac29000.txt @@ -0,0 +1,8 @@ +Toshiba 8.9" WXGA (1280x768) TFT LCD panel + +Required properties: +- compatible: should be "toshiba,lt089ac29000.txt" +- 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. |