summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2014-11-06 16:44:35 (GMT)
committerThierry Reding <treding@nvidia.com>2014-11-07 09:04:23 (GMT)
commit61ac0bf89d74e92b086eb147e5a5aed5b37ad396 (patch)
treefae7a8fe0012b060f8ce71fd736d7ba7014024b2 /Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt
parent071964ae2b27e645fe8324557fe2754ec77b6417 (diff)
downloadlinux-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/hit,tx23d38vm0caa.txt')
-rw-r--r--Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt7
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 0000000..04caaae
--- /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.