summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaesar Wang2016-12-14 04:19:55 +0100
committerThierry Reding2017-01-26 10:33:42 +0100
commit095790b750686190410e83d1bb4bf496e99f56cf (patch)
treee31369ba39bcdf3bd893f21e4295a9d39b799d8f
parentdrm/panel: Constify device node argument to of_drm_find_panel() (diff)
downloadkernel-qcow2-linux-095790b750686190410e83d1bb4bf496e99f56cf.tar.gz
kernel-qcow2-linux-095790b750686190410e83d1bb4bf496e99f56cf.tar.xz
kernel-qcow2-linux-095790b750686190410e83d1bb4bf496e99f56cf.zip
dt-bindings: display: Add BOE NV101WXMN51 panel binding
The BOE 10.1" NV101WXMN51 panel is an WXGA TFT LCD panel. Signed-off-by: Caesar Wang <wxt@rock-chips.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--Documentation/devicetree/bindings/display/panel/boe,nv101wxmn51.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/boe,nv101wxmn51.txt b/Documentation/devicetree/bindings/display/panel/boe,nv101wxmn51.txt
new file mode 100644
index 000000000000..b258d6a91ec6
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/panel/boe,nv101wxmn51.txt
@@ -0,0 +1,7 @@
+BOE OPTOELECTRONICS TECHNOLOGY 10.1" WXGA TFT LCD panel
+
+Required properties:
+- compatible: should be "boe,nv101wxmn51"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.