]> git.baikalelectronics.ru Git - kernel.git/commit
clk: meson-gxbb: round the vdec dividers to closest
authorMaxime Jourdan <mjourdan@baylibre.com>
Tue, 19 Mar 2019 10:25:37 +0000 (11:25 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Tue, 19 Mar 2019 16:36:37 +0000 (17:36 +0100)
commita994067173643eefd55693a942b4008df9a8ae54
tree8cd99b78ca0b0b5445ea3d83820aaa98935506ee
parente34ba0d7c8ee128a8a7cc0a1d0345206aeb6a4e5
clk: meson-gxbb: round the vdec dividers to closest

We want the video decoder clocks to always round to closest. While the
muxes are already using CLK_MUX_ROUND_CLOSEST, the corresponding
CLK_DIVIDER_ROUND_CLOSEST was forgotten for the dividers.

Fix this by adding the flag to the two vdec dividers.

Fixes: 38fdf51f2f4e ("clk: meson: gxbb: add the video decoder clocks")
Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lkml.kernel.org/r/20190319102537.2043-1-mjourdan@baylibre.com
drivers/clk/meson/gxbb.c