commit | 7e4d2fa2ed2ddf80121372db0282315dc9850a1b | [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 | a8535c306c68eb050ad0835845ea87a856b192f1 [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>