diff options
author | Randy Li <ayaka@soulik.info> | 2016-09-19 21:02:51 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-12-06 16:43:55 +0100 |
commit | 2cb35c802ad9541691b893a05cc113f15fd53617 (patch) | |
tree | ed963c5ce542cb3a2d96f37f567549f34c71a87c /Documentation/devicetree/bindings/display/panel | |
parent | drm/panel: simple: Add NVD9128 as a simple panel (diff) | |
download | linux-2cb35c802ad9541691b893a05cc113f15fd53617.tar.xz linux-2cb35c802ad9541691b893a05cc113f15fd53617.zip |
drm/panel: Add support for Chunghwa CLAA070WP03XG panel
The Chunghwa CLAA070WP03XG is a 7" 1280x800 panel, which can be
supported by the simple panel driver.
Signed-off-by: Randy Li <ayaka@soulik.info>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/chunghwa,claa070wp03xg.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/chunghwa,claa070wp03xg.txt b/Documentation/devicetree/bindings/display/panel/chunghwa,claa070wp03xg.txt new file mode 100644 index 000000000000..dd22685d2adc --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/chunghwa,claa070wp03xg.txt @@ -0,0 +1,7 @@ +Chunghwa Picture Tubes Ltd. 7" WXGA TFT LCD panel + +Required properties: +- compatible: should be "chunghwa,claa070wp03xg" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |