diff options
author | Caesar Wang <wxt@rock-chips.com> | 2016-12-14 04:19:55 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-01-26 10:33:42 +0100 |
commit | 095790b750686190410e83d1bb4bf496e99f56cf (patch) | |
tree | e31369ba39bcdf3bd893f21e4295a9d39b799d8f /Documentation/devicetree | |
parent | drm/panel: Constify device node argument to of_drm_find_panel() (diff) | |
download | linux-095790b750686190410e83d1bb4bf496e99f56cf.tar.xz 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>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/boe,nv101wxmn51.txt | 7 |
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. |