diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2014-10-23 16:31:06 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-11-07 09:58:54 +0100 |
commit | a853205efb741951382edfdb1efa36886eeb90c3 (patch) | |
tree | 70c68889ba4ccc671b9fe72c0f0392a5c6d50eb6 /Documentation | |
parent | of: Add vendor prefix for HannStar Display Corporation (diff) | |
download | linux-a853205efb741951382edfdb1efa36886eeb90c3.tar.xz linux-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')
-rw-r--r-- | Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt | 7 |
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. |