diff options
author | Michael Olbrich <m.olbrich@pengutronix.de> | 2016-08-15 14:32:02 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-09-16 17:05:34 +0200 |
commit | 1e29b840af9f280915cb4aae5ada6a8666292c38 (patch) | |
tree | 84f550565a89cf9a0fb3b511a9e042e432006a73 /Documentation | |
parent | a42f6e3f8f0351abe91a97108e33083e6cfafc34 (diff) | |
download | linux-stable-1e29b840af9f280915cb4aae5ada6a8666292c38.tar.gz linux-stable-1e29b840af9f280915cb4aae5ada6a8666292c38.tar.bz2 linux-stable-1e29b840af9f280915cb4aae5ada6a8666292c38.zip |
drm/panel: simple: Add Innolux G101ICE-L01 panel
This patch adds support for Innolux Corporation 10.1" G101ICE-L01 WXGA
(1280x800) LVDS panel to the simple-panel driver.
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/innolux,g101ice-l01.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/innolux,g101ice-l01.txt b/Documentation/devicetree/bindings/display/panel/innolux,g101ice-l01.txt new file mode 100644 index 000000000000..9e7590465227 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/innolux,g101ice-l01.txt @@ -0,0 +1,7 @@ +Innolux Corporation 10.1" G101ICE-L01 WXGA (1280x800) LVDS panel + +Required properties: +- compatible: should be "innolux,g101ice-l01" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |