diff options
author | Randy Li <ayaka@soulik.info> | 2016-09-19 22:02:51 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-12-06 18:43:55 +0300 |
commit | 2cb35c802ad9541691b893a05cc113f15fd53617 (patch) | |
tree | ed963c5ce542cb3a2d96f37f567549f34c71a87c /Documentation/devicetree | |
parent | 05ec0e4501f7f05ef610070294fcc806ccbbb981 (diff) | |
download | linux-2cb35c802ad9541691b893a05cc113f15fd53617.tar.xz |
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')
-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. |