]> git.baikalelectronics.ru Git - kernel.git/commit
clk/ast2600: Fix soc revision for AHB
authorJoel Stanley <joel@jms.id.au>
Wed, 22 Sep 2021 23:54:49 +0000 (09:24 +0930)
committerStephen Boyd <sboyd@kernel.org>
Thu, 4 Nov 2021 02:42:35 +0000 (19:42 -0700)
commit84b7451d2e50cc937443e8cacdc123ae063d3d02
tree4daadeee8bdf19a8c14f07c30b46ffd64b4c63bd
parent350da78a81713ee9ff6c92e531225280c86a15eb
clk/ast2600: Fix soc revision for AHB

Move the soc revision parsing to the initial probe, saving the driver
from parsing the register multiple times.

Use this variable to select the correct divisor table for the AHB clock.
Before this fix the A2 would have used the A0 table.

Fixes: b1c309a13eeb ("clk: ast2600: Fix AHB clock divider for A1")
Signed-off-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20210922235449.213631-1-joel@jms.id.au
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-ast2600.c