diff options
author | Thierry Reding <treding@nvidia.com> | 2014-07-03 14:02:59 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-08-06 16:44:04 +0200 |
commit | 0a2288c06aab73c966e82045c8f20b0e713baf2a (patch) | |
tree | 3bf4e67c07b80a4bce61e3f624546c6dbb7d9b03 /Documentation | |
parent | 0208d51112b65e27490bc21ab6872358903f7d61 (diff) |
drm/panel: simple: Add Innolux N116BGE panel support
The Innolux N116BGE is an 11.6" WXGA TFT LCD panel connecting to an eDP
interface and with an integrated LED backlight unit.
It is used in the Tegra132 Norrin reference design.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/panel/innolux,n116bge.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/innolux,n116bge.txt b/Documentation/devicetree/bindings/panel/innolux,n116bge.txt new file mode 100644 index 000000000000..081bb939ed31 --- /dev/null +++ b/Documentation/devicetree/bindings/panel/innolux,n116bge.txt @@ -0,0 +1,7 @@ +Innolux Corporation 11.6" WXGA (1366x768) TFT LCD panel + +Required properties: +- compatible: should be "innolux,n116bge" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |