commit | 0d718dc65813ccc08836e23c630b2fbe9c07dbc1 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Aug 11 00:54:12 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sun Aug 23 11:56:19 2015 +0200 |
tree | 1e30c098faa00668af88faafed150d8c1d1ce518 | |
parent | aac2330ca0b31f44a9e302354a100392db9ca5bf [diff] |
arm: socfpga: Fix delay in clock manager This code claims it needs to wait 7us, yet it uses get_timer() function which operates with millisecond granularity. Use timer_get_us() instead, which operates with microsecond granularity. Signed-off-by: Marek Vasut <marex@denx.de>