]> git.ipfire.org Git - people/ms/u-boot.git/commit
timer: altera: Remove the codes to get clock frequency
authorBin Meng <bmeng.cn@gmail.com>
Fri, 13 Nov 2015 08:11:16 +0000 (00:11 -0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 13:23:51 +0000 (06:23 -0700)
commit9e360a5c9cac27c40547bc2e0b81bbadeffb3ca2
tree276ff5fe62ae2554b18f5a9e7e9244c9b050ca60
parent579eb5a0cc61a529be5fb540fa32ed0404955db2
timer: altera: Remove the codes to get clock frequency

Since we have timer uclass to get clock frequency for us, remove
the custom version in the altera timer driver.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/timer/altera_timer.c