u-boot/drivers/timer
Zakharov Vlad a5acafb255 timer: Support clocks via phandle
Earlier timer driver needed a clock-frequency property in compatible
device-tree nodes. Another way is to reference a clock via a phandle.

So now timer_pre_probe tries to get clock by reference through device
tree. In case it is impossible to get clock device through the
reference, clock-frequency property of the timer node is read to provide
backward compatibility.

Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2016-12-27 11:24:10 -05:00
..
Kconfig timer: Provide an early timer 2016-02-26 08:53:10 -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 dm: omap_timer: Fix conversion of address to a pointer 2016-03-14 19:18:45 -04:00
sandbox_timer.c sandbox: timer: Support the early timer 2016-02-26 08:53:10 -07:00
timer-uclass.c timer: Support clocks via phandle 2016-12-27 11:24:10 -05:00
tsc_timer.c x86: Move i8254_init() to x86_cpu_init_f() 2015-12-09 17:44:44 +08:00