]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/sun4i: Add compatible string for A31/A31s TCON (timing controller)
authorChen-Yu Tsai <wens@csie.org>
Thu, 20 Oct 2016 03:43:40 +0000 (11:43 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 20 Oct 2016 15:59:29 +0000 (17:59 +0200)
commit93a5ec14da24a8abbac5bcb953b45cc7a5d0198a
treec796f4309a8650a65279f1dbb236b10d60ccbdab
parent91ea2f29cba6a7fe035ea232e4f981211a9fce5d
drm/sun4i: Add compatible string for A31/A31s TCON (timing controller)

The A31 TCON has mux controls for how TCON outputs are routed to the
HDMI and MIPI DSI blocks.

Since the A31s does not have MIPI DSI, it only has a mux for the HDMI
controller input.

This patch only adds support for the compatible strings. Actual support
for the mux controls should be added with HDMI and MIPI DSI support.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
drivers/gpu/drm/sun4i/sun4i_drv.c
drivers/gpu/drm/sun4i/sun4i_tcon.c