u-boot/drivers/cpu
Sean Anderson ab24017a19 riscv: Try to get cpu frequency from a "clocks" node if it exists
Instead of always using the "clock-frequency" property to determine cpu
frequency, try using a clock in "clocks" if it exists. This patch also
fixes a bug where there could be spurious higher frequencies if sizeof(u32)
!= sizeof(ulong).

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2020-07-01 15:01:22 +08:00
..
bmips_cpu.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
cpu-uclass.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
cpu_sandbox.c cpu: sandbox: support is_current 2020-05-03 15:45:49 +02:00
imx8_cpu.c cpu: imx8: use intended cpu-thermal device when getting temp value 2020-05-22 13:27:46 +02:00
Kconfig cpu: Add a RISC-V CPU driver 2018-12-18 09:56:26 +08:00
Makefile imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c 2019-10-08 16:35:59 +02:00
mpc83xx_cpu.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mpc83xx_cpu.h cpu: Add MPC83xx CPU driver 2018-09-18 08:12:21 -06:00
riscv_cpu.c riscv: Try to get cpu frequency from a "clocks" node if it exists 2020-07-01 15:01:22 +08:00