mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
dm: timer: Fix several nits
This changes 'Timer' to 'timer' at several places. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@ -10,10 +10,10 @@
|
||||
#include <timer.h>
|
||||
|
||||
/*
|
||||
* Implement a Timer uclass to work with lib/time.c. The timer is usually
|
||||
* Implement a timer uclass to work with lib/time.c. The timer is usually
|
||||
* a 32 bits free-running up counter. The get_rate() method is used to get
|
||||
* the input clock frequency of the timer. The get_count() method is used
|
||||
* get the current 32 bits count value. If the hardware is counting down,
|
||||
* to get the current 32 bits count value. If the hardware is counting down,
|
||||
* the value should be inversed inside the method. There may be no real
|
||||
* tick, and no timer interrupt.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user