diff options
author | Michael Grzeschik <m.grzeschik@pengutronix.de> | 2015-03-19 07:22:44 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-04-02 13:04:10 -0400 |
commit | bccac3f121d53b645c882cae7948facb50940043 (patch) | |
tree | a68044865c5a2fa101801d91eceab6aee98eb23c /Documentation | |
parent | 41bcceb4de9c5b120459610fe8a9157dee418d75 (diff) |
drm/panel: simple: Add support for Innolux ZJ070NA-01P
The Innolux ZJ070NA-01P is a 7.0" TFT LCD panel with an integrated LED
backlight unit.
This panel is used on the Technexion Toucan.
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/panel/innolux,zj070na-01p.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/innolux,zj070na-01p.txt b/Documentation/devicetree/bindings/panel/innolux,zj070na-01p.txt new file mode 100644 index 000000000000..824f87f1526d --- /dev/null +++ b/Documentation/devicetree/bindings/panel/innolux,zj070na-01p.txt | |||
@@ -0,0 +1,7 @@ | |||
1 | Innolux Corporation 7.0" WSVGA (1024x600) TFT LCD panel | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: should be "innolux,zj070na-01p" | ||
5 | |||
6 | This binding is compatible with the simple-panel binding, which is specified | ||
7 | in simple-panel.txt in this directory. | ||