diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2014-06-05 15:53:32 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-07-15 12:40:19 +0200 |
commit | 102932b0e474bb33061e88bcf5d83e66f10c1da2 (patch) | |
tree | 95f368b50bc380d23a887209f5d7f6a102ef9147 /Documentation/devicetree/bindings/panel | |
parent | 5e4cc278625d789b72a3a74f6b90362d2436f6a5 (diff) | |
download | linux-102932b0e474bb33061e88bcf5d83e66f10c1da2.tar.gz linux-102932b0e474bb33061e88bcf5d83e66f10c1da2.tar.bz2 linux-102932b0e474bb33061e88bcf5d83e66f10c1da2.zip |
drm/panel: add support for Foxlink FL500WVR00-A0T panel
This panel is used by Atmel's SAMA5D3 Evaluation Kits (sama5d3xek) and
supported by the simple-panel driver.
Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/panel')
-rw-r--r-- | Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt b/Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt new file mode 100644 index 000000000000..b47f9d87bc19 --- /dev/null +++ b/Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt @@ -0,0 +1,7 @@ +Foxlink Group 5" WVGA TFT LCD panel + +Required properties: +- compatible: should be "foxlink,fl500wvr00-a0t" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |