diff options
author | Joshua Clayton <stillcompiling@gmail.com> | 2016-07-06 18:59:17 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-07-11 08:30:42 -0400 |
commit | be9497f64e70b9a434aaaa1be0f2b034fb6fa1c8 (patch) | |
tree | daacfe5b41614b174bfdb80d6dab083814d30ee7 | |
parent | 592aa02bd15dce94a421bf75e66c109e23ea2804 (diff) |
dt-bindings: display: Add Sharp LQ101K1LY04 panel binding
The Sharp LQ101K1LY04 is a 10" WXGA (1280x800) LVDS panel and is
compatible with the simple-panel binding.
Signed-off-by: Joshua Clayton <stillcompiling@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/sharp,lq101k1ly04.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/sharp,lq101k1ly04.txt b/Documentation/devicetree/bindings/display/panel/sharp,lq101k1ly04.txt new file mode 100644 index 000000000000..4aff25b8dfe6 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/sharp,lq101k1ly04.txt | |||
@@ -0,0 +1,7 @@ | |||
1 | Sharp Display Corp. LQ101K1LY04 10.07" WXGA TFT LCD panel | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: should be "sharp,lq101k1ly04" | ||
5 | |||
6 | This binding is compatible with the simple-panel binding, which is specified | ||
7 | in simple-panel.txt in this directory. | ||