commit | 3ec96f3bf1e1f91b53b36ba1f57bdc15a6beca84 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Wed Feb 01 16:57:52 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Wed Mar 28 23:31:08 2012 +0200 |
tree | 50f986fee227df5b86b6ea185969c381cc194e6b | |
parent | 555fe5eebc0eba7a5ab73cfc4ad7099d4bcfb4ea [diff] |
ARM: highbank: fix us_to_tick calculation udelay calls were off due to failing to convert us to ns. Fix this and drop the unnecessary shifts since NS_PER_TICK is only 7ns. Signed-off-by: Rob Herring <rob.herring@calxeda.com>