]> git.baikalelectronics.ru Git - kernel.git/commit
clk: sunxi-ng: Support fixed post-dividers on MP style clocks
authorChen-Yu Tsai <wens@csie.org>
Mon, 4 Dec 2017 05:19:11 +0000 (13:19 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 7 Dec 2017 09:09:44 +0000 (10:09 +0100)
commita005e372a290aebb8b4cbb391b570914c98c2f22
treebf791a74c0914464a21ede67a075fe71dd93cd74
parentff91e5100ccea4b57b27b3d40f264f0d8957e51d
clk: sunxi-ng: Support fixed post-dividers on MP style clocks

On the A64, the MMC module clocks are fixed in the new timing mode,
i.e. they do not have a bit to select the mode. These clocks have
a 2x divider somewhere between the clock and the MMC module.

To be consistent with other SoCs supporting the new timing mode,
we model the 2x divider as a fixed post-divider on the MMC module
clocks.

To do this, we first add fixed post-divider to the MP style clocks,
which the MMC module clocks are.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Tested-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/clk/sunxi-ng/ccu_mp.c
drivers/clk/sunxi-ng/ccu_mp.h