commit | 6f89d0467264d05ce627710b315b0c5ef665d322 | [log] [tgz] |
---|---|---|
author | Mugunthan V N <mugunthanvnm@ti.com> | Sat Jan 16 21:33:58 2016 +0530 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:06:21 2016 -0700 |
tree | fae575cc1e4752a6a2272fd3607c1d124e1a1e5d | |
parent | 2b18993c28fcf5f8cf4ff0f4cf1aecf793325f39 [diff] |
dm: timer: uclass: add timer init in uclass driver to add timer device Adding timer init function in timer-uclass driver to create and initialize the timer device on platforms where u-boot,dm-pre-reloc is not used. Since there will be multiple timer devices in the system, adding a tick-timer node in chosen node to know which timer device to be used as tick timer in u-boot. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>