commit | f838f124522ea4fb5202c1b584b4706aa48ee144 | [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 | 9e360a5c9cac27c40547bc2e0b81bbadeffb3ca2 [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>