aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2014-11-06 17:44:35 +0100
committerThierry Reding <treding@nvidia.com>2014-11-07 10:04:23 +0100
commit61ac0bf89d74e92b086eb147e5a5aed5b37ad396 (patch)
treefae7a8fe0012b060f8ce71fd736d7ba7014024b2 /Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt
parentof: Add vendor prefix for Hitachi Ltd. Corporation (diff)
downloadlinux-dev-61ac0bf89d74e92b086eb147e5a5aed5b37ad396.tar.xz
linux-dev-61ac0bf89d74e92b086eb147e5a5aed5b37ad396.zip
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 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.