Skip to content

Commit b8c1dc9

Browse files
shenkibebarino
authored andcommitted
clk: ast2600: BCLK comes from EPLL
This correction was made in the u-boot SDK recently. There are no in-tree users of this clock so the impact is minimal. Fixes: d3d04f6 ("clk: Add support for AST2600 SoC") Link: AspeedTech-BMC/u-boot@8ad54a5 Signed-off-by: Joel Stanley <joel@jms.id.au> Link: https://lore.kernel.org/r/20220421040426.171256-1-joel@jms.id.au Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 568035b commit b8c1dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/clk-ast2600.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ static int aspeed_g6_clk_probe(struct platform_device *pdev)
622622
regmap_write(map, 0x308, 0x12000); /* 3x3 = 9 */
623623

624624
/* P-Bus (BCLK) clock divider */
625-
hw = clk_hw_register_divider_table(dev, "bclk", "hpll", 0,
625+
hw = clk_hw_register_divider_table(dev, "bclk", "epll", 0,
626626
scu_g6_base + ASPEED_G6_CLK_SELECTION1, 20, 3, 0,
627627
ast2600_div_table,
628628
&aspeed_g6_clk_lock);

0 commit comments

Comments
 (0)