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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Apr 2017 10:41:15 +0000 (12:41 +0200)
commit666d5f34d8972d1d159b9f79f56620b6e817cc8a
treee30ab20d3716af60e8a76bef77aad35528461a74
parent6af7e1cae4457f5a17df46ca73d2f9b13d14edaf
drm/sun4i: Add compatible string for A31/A31s TCON (timing controller)

commit 93a5ec14da24a8abbac5bcb953b45cc7a5d0198a upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
drivers/gpu/drm/sun4i/sun4i_drv.c
drivers/gpu/drm/sun4i/sun4i_tcon.c