Skip to content

Commit ac1d62c

Browse files
dougg3bebarino
authored andcommitted
clk: mmp: pxa168: add new clocks for peripherals
This commit adds three new clocks that previously didn't exist, but are needed in order to match the clock parenting as described in the PXA168 datasheet. Signed-off-by: Doug Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 260d2f3 commit ac1d62c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/clk/mmp/clk-of-pxa168.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ static struct mmp_param_fixed_factor_clk fixed_factor_clks[] = {
9191
{PXA168_CLK_PLL1_13_1_5, "pll1_13_1_5", "pll1_13", 1, 5, 0},
9292
{PXA168_CLK_PLL1_2_1_5, "pll1_2_1_5", "pll1_2", 1, 5, 0},
9393
{PXA168_CLK_PLL1_3_16, "pll1_3_16", "pll1", 3, 16, 0},
94+
{PXA168_CLK_PLL1_2_1_10, "pll1_2_1_10", "pll1_2", 1, 10, 0},
95+
{PXA168_CLK_PLL1_2_3_16, "pll1_2_3_16", "pll1_2", 3, 16, 0},
96+
{PXA168_CLK_CLK32_2, "clk32_2", "clk32", 1, 2, 0},
9497
};
9598

9699
static struct mmp_clk_factor_masks uart_factor_masks = {

0 commit comments

Comments
 (0)