diff options
author | Yakir Yang <ykk@rock-chips.com> | 2016-06-28 06:51:12 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-07-11 14:30:40 +0200 |
commit | 211cb82e4c6974d43b5836fcc4aadbd10311152e (patch) | |
tree | 88ac4932d76f0e924616d4d3cd7ea63dc7583c74 /Documentation | |
parent | drm/panel: simple: Add support for Sharp LQ123P1JX31 panel (diff) | |
download | linux-211cb82e4c6974d43b5836fcc4aadbd10311152e.tar.xz linux-211cb82e4c6974d43b5836fcc4aadbd10311152e.zip |
dt-bindings: Add support for LG LP079QX1-SP0V panel
The LG LP079QX1-SP0V is an 7.9" QXGA TFT with LED Backlight unit and
32 pins eDP interface. This module supports 1536x2048 mode.
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt b/Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt new file mode 100644 index 000000000000..b9877acad012 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt @@ -0,0 +1,7 @@ +LG LP079QX1-SP0V 7.9" (1536x2048 pixels) TFT LCD panel + +Required properties: +- compatible: should be "lg,lp079qx1-sp0v" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |