diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-03-23 19:38:34 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-05-12 12:32:14 +0300 |
commit | cf5c9e6dc70d9d8af00ea45b4ebd67e1fc35764e (patch) | |
tree | a947ed6849e20f6fd540e57302fd2ef6f56ab511 /Documentation/devicetree/bindings/display/panel | |
parent | e8b6f561b2eeb667aff932d9a5af5a6279221283 (diff) | |
download | linux-cf5c9e6dc70d9d8af00ea45b4ebd67e1fc35764e.tar.xz |
drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS
Add support for the Olimex LCD-OLinuXino-4.3TS panel to the DRM simple
panel driver.
It is a 480x272 panel connected through a 24-bits RGB interface.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino-43-ts.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino-43-ts.txt b/Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino-43-ts.txt new file mode 100644 index 000000000000..74540a090669 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino-43-ts.txt @@ -0,0 +1,7 @@ +Olimex 4.3" TFT LCD panel + +Required properties: +- compatible: should be "olimex,lcd-olinuxino-43-ts" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |