diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2014-01-21 18:57:10 +0900 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-04-04 09:06:40 +0200 |
commit | 712ac1ba63448d38e2fc3f2b58e62ca4af9778c2 (patch) | |
tree | f8b97774b890d517bcd78021957d8d6bab116e5b /Documentation | |
parent | 499ce85af98a93a1cedad78dd80cb3432631b1ee (diff) | |
download | op-kernel-dev-712ac1ba63448d38e2fc3f2b58e62ca4af9778c2.zip op-kernel-dev-712ac1ba63448d38e2fc3f2b58e62ca4af9778c2.tar.gz |
drm/panel: add support for LG LD070WX3-SL01 panel
This panel is used by Tegra Note 7 and supported by the simple-panel
driver.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/panel/lg,ld070wx3-sl01.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/lg,ld070wx3-sl01.txt b/Documentation/devicetree/bindings/panel/lg,ld070wx3-sl01.txt new file mode 100644 index 0000000..5e649cb --- /dev/null +++ b/Documentation/devicetree/bindings/panel/lg,ld070wx3-sl01.txt @@ -0,0 +1,7 @@ +LG Corporation 7" WXGA TFT LCD panel + +Required properties: +- compatible: should be "lg,ld070wx3-sl01" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |