u-boot/drivers/timer
Stephen Warren bb883f824c timer: sandbox: work without device tree
A default invocation of sandbox U-Boot apparently uses no device tree,
which means that no timer is registers, which in turn means that the
sleep shell command hangs.

Fix the sandbox timer code to register a device when there's no DT, just
like e.g. the sandbox reset driver does. When there's no DT, the DM uclass
can't initialize clock_rate from DT, so set a default value in the
timer code instead.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2016-01-20 19:06:23 -07:00
..
Kconfig drivers: timer: omap_timer: add timer driver for omap devices based on dm 2016-01-20 19:06:21 -07:00
Makefile drivers: timer: omap_timer: add timer driver for omap devices based on dm 2016-01-20 19:06:21 -07:00
altera_timer.c dm: timer: Support 64-bit counter 2015-12-01 06:23:51 -07:00
omap-timer.c drivers: timer: omap_timer: add timer driver for omap devices based on dm 2016-01-20 19:06:21 -07:00
sandbox_timer.c timer: sandbox: work without device tree 2016-01-20 19:06:23 -07:00
timer-uclass.c dm: timer: refuse timers with zero clock_rate 2016-01-20 19:06:23 -07:00
tsc_timer.c x86: Move i8254_init() to x86_cpu_init_f() 2015-12-09 17:44:44 +08:00