aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2014-10-23 16:31:06 +0200
committerThierry Reding <treding@nvidia.com>2014-11-07 09:58:54 +0100
commita853205efb741951382edfdb1efa36886eeb90c3 (patch)
tree70c68889ba4ccc671b9fe72c0f0392a5c6d50eb6 /Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt
parentof: Add vendor prefix for HannStar Display Corporation (diff)
downloadlinux-dev-a853205efb741951382edfdb1efa36886eeb90c3.tar.xz
linux-dev-a853205efb741951382edfdb1efa36886eeb90c3.zip
drm/panel: simple: Add HannStar HSD070PWW1 7.0" WXGA TFT LCD panel
This patch adds support for the HannStar Display Corp. HSD070PWW1 7.0" WXGA TFT LCD panel to the simple-panel driver. The binding documentation is included. 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 160 clocks, and the vertical blanking interval is 23 lines. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt')
-rw-r--r--Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt b/Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt
new file mode 100644
index 000000000000..7da1d5c038ff
--- /dev/null
+++ b/Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt
@@ -0,0 +1,7 @@
+HannStar Display Corp. HSD070PWW1 7.0" WXGA TFT LCD panel
+
+Required properties:
+- compatible: should be "hannstar,hsd070pww1"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.