diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2014-05-15 06:25:47 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-06-05 10:46:39 -0400 |
commit | fff5de45ef82f12918d6558a07cdf27cdce7e3d9 (patch) | |
tree | e874e1ecf95033aaa7175f7f45908e6c77986ac9 /Documentation | |
parent | dbd751eed83614b7300a0331ae3ab2e70cc1e73c (diff) |
drm/panel: Add support for EDT ETM0700G0DH6 and ET070080DH6 panels
The EDT ETM0700G0DH6 and ET070080DH6 are 7" 800x480 panels,
which can be supported by the simple panel driver.
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/edt,et070080dh6.txt | 10 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/panel/edt,etm0700g0dh6.txt | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/edt,et070080dh6.txt b/Documentation/devicetree/bindings/panel/edt,et070080dh6.txt new file mode 100644 index 000000000000..20cb38e836e4 --- /dev/null +++ b/Documentation/devicetree/bindings/panel/edt,et070080dh6.txt | |||
@@ -0,0 +1,10 @@ | |||
1 | Emerging Display Technology Corp. ET070080DH6 7.0" WVGA TFT LCD panel | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: should be "edt,et070080dh6" | ||
5 | |||
6 | This panel is the same as ETM0700G0DH6 except for the touchscreen. | ||
7 | ET070080DH6 is the model with resistive touch. | ||
8 | |||
9 | This binding is compatible with the simple-panel binding, which is specified | ||
10 | in simple-panel.txt in this directory. | ||
diff --git a/Documentation/devicetree/bindings/panel/edt,etm0700g0dh6.txt b/Documentation/devicetree/bindings/panel/edt,etm0700g0dh6.txt new file mode 100644 index 000000000000..ee4b18053e40 --- /dev/null +++ b/Documentation/devicetree/bindings/panel/edt,etm0700g0dh6.txt | |||
@@ -0,0 +1,10 @@ | |||
1 | Emerging Display Technology Corp. ETM0700G0DH6 7.0" WVGA TFT LCD panel | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: should be "edt,etm0700g0dh6" | ||
5 | |||
6 | This panel is the same as ET070080DH6 except for the touchscreen. | ||
7 | ETM0700G0DH6 is the model with capacitive multitouch. | ||
8 | |||
9 | This binding is compatible with the simple-panel binding, which is specified | ||
10 | in simple-panel.txt in this directory. | ||