diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2015-12-02 19:41:11 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-12-16 16:13:47 +0100 |
commit | 8def22e50f32c00f876a71dc551024fc61f647e1 (patch) | |
tree | 4ee4ce53f3f339b0a74aa66182f7449fb94ad82e /Documentation | |
parent | devicetree: add vendor prefix for Kyocera Corporation (diff) | |
download | linux-8def22e50f32c00f876a71dc551024fc61f647e1.tar.xz linux-8def22e50f32c00f876a71dc551024fc61f647e1.zip |
drm/panel: simple: Add support for Kyocera TCG121XGLP panel
The Kyocera TCG121XGLP panel is an XGA LCD TFT panel connected through
LVDS, which can be supported by the simple panel driver.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/kyo,tcg121xglp.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/kyo,tcg121xglp.txt b/Documentation/devicetree/bindings/display/panel/kyo,tcg121xglp.txt new file mode 100644 index 000000000000..a8e940fe731e --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/kyo,tcg121xglp.txt @@ -0,0 +1,7 @@ +Kyocera Corporation 12.1" XGA (1024x768) TFT LCD panel + +Required properties: +- compatible: should be "kyo,tcg121xglp" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |