diff options
author | Heiko Schocher <hs@denx.de> | 2015-05-22 11:25:57 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-05-22 16:02:59 +0300 |
commit | dd0150026901b3fc73bd76bb423bacf5cc10393d (patch) | |
tree | 2f0981a254cd7db766f5adc3cbba03edfe218ac3 /Documentation/devicetree/bindings/panel | |
parent | c06ea0ada75bd0ea6b92d592e7f69e64455520b4 (diff) | |
download | linux-dd0150026901b3fc73bd76bb423bacf5cc10393d.tar.xz |
drm/panel: simple: Add support for LG LB070WV8 800x480 7" panel
This adds support for the LG LB070WV8 7" 800x480 panel to the DRM simple
panel driver.
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/panel')
-rw-r--r-- | Documentation/devicetree/bindings/panel/lg,lb070wv8.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/lg,lb070wv8.txt b/Documentation/devicetree/bindings/panel/lg,lb070wv8.txt new file mode 100644 index 000000000000..a7588e5259cf --- /dev/null +++ b/Documentation/devicetree/bindings/panel/lg,lb070wv8.txt @@ -0,0 +1,7 @@ +LG 7" (800x480 pixels) TFT LCD panel + +Required properties: +- compatible: should be "lg,lb070wv8" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |