summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/panel
diff options
context:
space:
mode:
authorThierry Reding2014-07-03 14:02:59 +0200
committerThierry Reding2014-08-06 16:44:04 +0200
commit0a2288c06aab73c966e82045c8f20b0e713baf2a (patch)
tree3bf4e67c07b80a4bce61e3f624546c6dbb7d9b03 /Documentation/devicetree/bindings/panel
parentdrm/panel: simple: Add bits-per-color support (diff)
downloadkernel-qcow2-linux-0a2288c06aab73c966e82045c8f20b0e713baf2a.tar.gz
kernel-qcow2-linux-0a2288c06aab73c966e82045c8f20b0e713baf2a.tar.xz
kernel-qcow2-linux-0a2288c06aab73c966e82045c8f20b0e713baf2a.zip
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/devicetree/bindings/panel')
-rw-r--r--Documentation/devicetree/bindings/panel/innolux,n116bge.txt7
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.