diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-19 09:43:01 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-04-02 13:04:09 -0400 |
commit | 41bcceb4de9c5b120459610fe8a9157dee418d75 (patch) | |
tree | 1a839dfd9c0f7dfd1647d5117e38441ce76bf43a /Documentation/devicetree/bindings/panel | |
parent | 9c6615bc379d2a85d7ef593d1c89a72abcc8186c (diff) |
drm/panel: simple: Add support for Innolux AT043TN24
The Innolux AT043TN24 4.3" WQVGA TFT LCD panel.
This panel with backlight is found in PDA 4.3" LCD screen (TM43xx series for
instance).
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/panel')
-rw-r--r-- | Documentation/devicetree/bindings/panel/innolux,at043tn24.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/innolux,at043tn24.txt b/Documentation/devicetree/bindings/panel/innolux,at043tn24.txt new file mode 100644 index 000000000000..4104226b61bc --- /dev/null +++ b/Documentation/devicetree/bindings/panel/innolux,at043tn24.txt | |||
@@ -0,0 +1,7 @@ | |||
1 | Innolux AT043TN24 4.3" WQVGA TFT LCD panel | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: should be "innolux,at043tn24" | ||
5 | |||
6 | This binding is compatible with the simple-panel binding, which is specified | ||
7 | in simple-panel.txt in this directory. | ||