diff options
author | Stephen Warren <swarren@nvidia.com> | 2014-01-08 03:46:26 +0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-01-08 19:13:57 +0400 |
commit | 4c9307577ef686e041d1525047ffdebfc465e329 (patch) | |
tree | 86d7ce9b31c36299831a78692953d35e84d3da0e /Documentation/devicetree/bindings/panel | |
parent | 6d54e3d275de861c0290c85fec8c0ed6deaf6ad5 (diff) | |
download | linux-4c9307577ef686e041d1525047ffdebfc465e329.tar.xz |
drm/panel: Add support for Chunghwa CLAA101WA01A panel
The Chunghwa CLAA101WA01A is a 10.1" 1366x768 panel, which can be
supported by the simple panel driver.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/panel')
-rw-r--r-- | Documentation/devicetree/bindings/panel/chunghwa,claa101wa01a.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/chunghwa,claa101wa01a.txt b/Documentation/devicetree/bindings/panel/chunghwa,claa101wa01a.txt new file mode 100644 index 000000000000..f24614e4d5ec --- /dev/null +++ b/Documentation/devicetree/bindings/panel/chunghwa,claa101wa01a.txt @@ -0,0 +1,7 @@ +Chunghwa Picture Tubes Ltd. 10.1" WXGA TFT LCD panel + +Required properties: +- compatible: should be "chunghwa,claa101wa01a" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |