commit | d041c423e0def06f9bc6137a0cf26f36bda59051 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 13 00:11:17 2015 -0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 01 06:23:51 2015 -0700 |
tree | a95f0a80de4de52db5f515b0010650e9d5807249 | |
parent | eb576c1001590fd5d308fd05e9648a4c41b7c85e [diff] |
timer: sandbox: Use device tree to pass the clock frequency We should use device tree to pass the clock frequency of the timer instead of hardcoded in the driver codes. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>