diff options
author | Stefan Agner <stefan@agner.ch> | 2015-12-02 14:39:40 -0800 |
---|---|---|
committer | Stefan Agner <stefan@agner.ch> | 2016-04-25 20:27:18 -0700 |
commit | fb127b7943c9262f5d95f402922d92b9d6c1dad2 (patch) | |
tree | be4cb4f3caaec3157930790f306fe8d3055fe17d /MAINTAINERS | |
parent | 2d701449bce1b7ddb0a7d85de7479c7422ee0e42 (diff) | |
download | blackbird-op-linux-fb127b7943c9262f5d95f402922d92b9d6c1dad2.tar.gz blackbird-op-linux-fb127b7943c9262f5d95f402922d92b9d6c1dad2.zip |
drm/fsl-dcu: add TCON driver
Add driver for the TCON (timing controller) module. The TCON module
is a separate module attached after the DCU (display controller
unit). Each DCU instance has its own, directly connected TCON
instance. The DCU's RGB and timing signals are passing through
the TCON module. TCON can provide timing signals for raw TFT panels
or operate in a bypass mode which leaves all signals unaltered.
The driver currently only supports the bypass mode.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stefan Agner <stefan@agner.ch>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 61a323a6b2cf..84ff4a0eb014 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3822,6 +3822,7 @@ L: dri-devel@lists.freedesktop.org S: Supported F: drivers/gpu/drm/fsl-dcu/ F: Documentation/devicetree/bindings/display/fsl,dcu.txt +F: Documentation/devicetree/bindings/display/fsl,tcon.txt F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt DRM DRIVERS FOR FREESCALE IMX |