]> git.baikalelectronics.ru Git - uboot.git/commit
mpc83xx: Replace CONFIG_83XX_CLKIN in calculations
authorMario Six <mario.six@gdsys.cc>
Mon, 21 Jan 2019 08:17:52 +0000 (09:17 +0100)
committerMario Six <mario.six@gdsys.cc>
Tue, 21 May 2019 05:51:40 +0000 (07:51 +0200)
commit9d9edc452eae1aa151097a825aaec7380586c4a7
tree92e03d89d58889670fd21d23e67c27267555646f
parent3d2cb12d2fb922dc2baf4444574dc5c70467b26e
mpc83xx: Replace CONFIG_83XX_CLKIN in calculations

CONFIG_SYS_CLK_FREQ is the standard way to set the system clock
frequency. On MPC83xx, CONFIG_83XX_CLKIN is used for this purpose.
Hence, the obvious way is to replace CONFIG_83XX_CLKIN with
CONFIG_SYS_CLK_FREQ.

A few MPC83xx boards use the CONFIG_83XX_CLKIN variable for computing
CONFIG_SYS_NS16550_CLK. This makes it harder to replace
CONFIG_83XX_CLKIN.

But the value of the multiplicator can be read from the SPMR register.

Hence, replace the static calculations with a call to a new get_bus_freq
function, as other architectures do.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
arch/powerpc/cpu/mpc83xx/spl_minimal.c
include/configs/MPC8315ERDB.h
include/configs/ids8313.h