]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/sun4i: tcon: Add support for A10 TCON
authorJonathan Liu <net147@gmail.com>
Tue, 17 Oct 2017 12:17:59 +0000 (20:17 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 17 Oct 2017 17:49:16 +0000 (19:49 +0200)
commit4bb206bf4d8cbccaa2c2ee76168381f6c29a9e33
tree55f8561b450d36db96facac78fef8b9433e11d0a
parentf55c83d37b85de411db74c6700808d08684522aa
drm/sun4i: tcon: Add support for A10 TCON

The A10 has two TCONs that are similar to the ones found on other SoCs.
Like the A31, TCON0 has a register used to mux the TCON outputs to the
downstream encoders. The bit fields are slightly different.

Signed-off-by: Jonathan Liu <net147@gmail.com>
[wens@csie.org: Reworked for A10 and fixed up commit message]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171017121807.2994-3-wens@csie.org
Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
drivers/gpu/drm/sun4i/sun4i_drv.c
drivers/gpu/drm/sun4i/sun4i_tcon.c