drm/sun4i: Create minimal multipliers and dividers
The various outputs the TCON can provide have different constraints on the dotclock divider. Let's make them configurable by the various mode_set functions. Reviewed-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Link: https://patchwork.freedesktop.org/patch/msgid/92ff5881c8f8674056d34458b2f264cd48d4e136.1513854122.git-series.maxime.ripard@free-electrons.com
This commit is contained in:
@@ -169,6 +169,8 @@ struct sun4i_tcon {
|
||||
|
||||
/* Pixel clock */
|
||||
struct clk *dclk;
|
||||
u8 dclk_max_div;
|
||||
u8 dclk_min_div;
|
||||
|
||||
/* Reset control */
|
||||
struct reset_control *lcd_rst;
|
||||
|
Reference in New Issue
Block a user