commit | 579eb5a0cc61a529be5fb540fa32ed0404955db2 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 13 00:11:15 2015 -0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 01 06:23:51 2015 -0700 |
tree | d8e8256885cba466820d5681e53b795772e1d4d4 | |
parent | 435ae76edd3a90fc4dd2f582052d7362cb8bdad7 [diff] |
dm: timer: Implement pre_probe() Every timer device needs to have a valid clock frequency and it can be specified in the device tree. Use pre_probe() to get this in the timer uclass 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>