]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: socfpga: Fix delay in clock manager
authorMarek Vasut <marex@denx.de>
Mon, 10 Aug 2015 22:54:12 +0000 (00:54 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:30:34 +0000 (10:30 +0200)
commit1e9e38a36c8196ef4d414c9f69e0d5037a6710bb
tree0e037219b7306b461735d2805e9783f8320224f7
parent2069f2622e3a111c8d3b45677b71d4af1030bd09
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>
arch/arm/mach-socfpga/clock_manager.c