summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@free-electrons.com>2017-09-26 16:02:47 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-10-25 10:05:05 +0200
commitc96f598be7dd075bd0c6bda73b7819c1a6a2016a (patch)
treeacd319992f1c4baf28fc4e1279c31ccd8a154a2c /cmd
parenta722359de4e1f68ad2392b2eb88cfca55f129637 (diff)
sunxi: clk: fix N formula for CPUX clocks
As explained in arch/arm/mach-sunxi/clock_sun8i_a83t.c, clk for CPU clusters is computed as clk = 24*n. However, the current formula is clk = 24*(n-1). This results in a clock set to a frequency that isn't specified as possible for CPUs. Let's use the correct formula. Fixes: f542948b1e8c ("sunxi: clk: add basic clocks for A83T") Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'cmd')
0 files changed, 0 insertions, 0 deletions