Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/sun4i: dsi: Add Allwinner A64 MIPI DSI support

The MIPI DSI controller in Allwinner A64 is similar to A33.

But unlike A33, A64 doesn't have DSI_SCLK gating so add compatible
for Allwinner A64 with uninitialized has_mod_clk driver.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Merlijn Wajer <merlijn@wizzup.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20191222132229.30276-6-jagan@amarulasolutions.com

authored by

Jagan Teki and committed by
Maxime Ripard
52028bfc 66dbdc7c

+1
+1
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
··· 1256 1256 1257 1257 static const struct of_device_id sun6i_dsi_of_table[] = { 1258 1258 { .compatible = "allwinner,sun6i-a31-mipi-dsi" }, 1259 + { .compatible = "allwinner,sun50i-a64-mipi-dsi" }, 1259 1260 { } 1260 1261 }; 1261 1262 MODULE_DEVICE_TABLE(of, sun6i_dsi_of_table);