u-boot/arch/sandbox
Dario Binacchi 2983ad55a1 clk: add clk_round_rate()
It returns the rate which will be set if you ask clk_set_rate() to set
that rate. It provides a way to query exactly what rate you'll get if
you call clk_set_rate() with that same argument.
So essentially, clk_round_rate() and clk_set_rate() are equivalent
except the former does not modify the clock hardware in any way.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
2021-01-12 10:58:04 +05:30
..
cpu sandbox: remove ram buffer file when U-Boot is loaded by SPL 2021-01-05 12:24:41 -07:00
dts sandbox: Update dts files to reduce SPL size 2021-01-05 12:24:41 -07:00
include/asm clk: add clk_round_rate() 2021-01-12 10:58:04 +05:30
lib sandbox: add handler for exceptions 2020-12-13 07:58:17 -07:00
config.mk sandbox: sdl: Move to use SDL2 2020-02-05 19:33:46 -07:00
Kconfig sandbox: add handler for exceptions 2020-12-13 07:58:17 -07:00
Makefile sandbox: Use 'extras' to specify 'head' files 2018-12-05 06:01:34 -07:00