diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2015-04-14 01:09:26 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-06-12 17:40:35 +0300 |
commit | c0d607e5a2b266131c7ef7aba10e0cdf50ee24c0 (patch) | |
tree | 2c2d65f436ae60c55cb7ed54a470c1be9820eaee /Documentation/devicetree/bindings/panel | |
parent | 6343f22f8255f7b77beade7c3fcb9d89d33084c7 (diff) | |
download | linux-c0d607e5a2b266131c7ef7aba10e0cdf50ee24c0.tar.xz |
drm/panel: simple: Add display timing for HannStar HSD100PXN1
Add support for the Hannstar HSD100PXN1 to the DRM simple panel driver.
The HSD100PXN1 is an XGA (1024x768) panel with an 18-bit LVDS interface.
It supports pixel clocks in the range of 55-75 MHz.
This panel is offered for sale by Freescale as a companion part to its'
i.MX5x Quick Start board and i.MX6 SABRE platforms with under the name
MCIMX-LVDS1.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/panel')
-rw-r--r-- | Documentation/devicetree/bindings/panel/hannstar,hsd100pxn1.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/hannstar,hsd100pxn1.txt b/Documentation/devicetree/bindings/panel/hannstar,hsd100pxn1.txt new file mode 100644 index 000000000000..8270319a99de --- /dev/null +++ b/Documentation/devicetree/bindings/panel/hannstar,hsd100pxn1.txt @@ -0,0 +1,7 @@ +HannStar Display Corp. HSD100PXN1 10.1" XGA LVDS panel + +Required properties: +- compatible: should be "hannstar,hsd100pxn1" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |