diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2014-11-06 19:44:35 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-11-07 12:04:23 +0300 |
commit | 61ac0bf89d74e92b086eb147e5a5aed5b37ad396 (patch) | |
tree | fae7a8fe0012b060f8ce71fd736d7ba7014024b2 /Documentation/devicetree/bindings/panel | |
parent | 071964ae2b27e645fe8324557fe2754ec77b6417 (diff) | |
download | linux-61ac0bf89d74e92b086eb147e5a5aed5b37ad396.tar.xz |
drm/panel: simple: Add support for Hitachi TX23D38VM0CAA
The Hitachi TX23D38VM0CAA is a 9" WVGA TFT LCD panel and can be
supported by the simple-panel driver.
This panel is connected via LVDS and uses the data enable signal for
timing. Since HSYNC/VSYNC are ignored, the split between sync length and
porches is arbitrary, as long as the complete horizontal blanking interval
is 256 clocks, and the vertical blanking interval is 45 lines.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/panel')
-rw-r--r-- | Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt b/Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt new file mode 100644 index 000000000000..04caaae19af6 --- /dev/null +++ b/Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt @@ -0,0 +1,7 @@ +Hitachi Ltd. Corporation 9" WVGA (800x480) TFT LCD panel + +Required properties: +- compatible: should be "hit,tx23d38vm0caa" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |