]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
clk: sunxi-ng: a83t: Support new timing mode for mmc2 clock
authorChen-Yu Tsai <wens@csie.org>
Mon, 24 Jul 2017 13:58:58 +0000 (21:58 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Aug 2017 12:01:48 +0000 (14:01 +0200)
The MMC2 clock supports a new timing mode. When the new mode is active,
the output clock rate is halved.

This patch sets the feature flag for the new timing mode, and adds
a pre-divider based on the mode bit.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/clk/sunxi-ng/ccu-sun8i-a83t.c

index 947f9f6e05d2c71fc3f32d54a0dfa611ccc378a1..e43acebdfbcdbe98d67009e4a98ae0619181018a 100644 (file)
@@ -418,14 +418,8 @@ static SUNXI_CCU_PHASE(mmc1_sample_clk, "mmc1-sample", "mmc1",
 static SUNXI_CCU_PHASE(mmc1_output_clk, "mmc1-output", "mmc1",
                       0x08c, 8, 3, 0);
 
-/* TODO Support MMC2 clock's new timing mode. */
-static SUNXI_CCU_MP_WITH_MUX_GATE(mmc2_clk, "mmc2", mod0_default_parents,
-                                 0x090,
-                                 0, 4,         /* M */
-                                 16, 2,        /* P */
-                                 24, 2,        /* mux */
-                                 BIT(31),      /* gate */
-                                 0);
+static SUNXI_CCU_MP_MMC_WITH_MUX_GATE(mmc2_clk, "mmc2", mod0_default_parents,
+                                     0x090, 0);
 
 static SUNXI_CCU_PHASE(mmc2_sample_clk, "mmc2-sample", "mmc2",
                       0x090, 20, 3, 0);