commit | 57614909cbb94e813debe92d014e0096e48d4b1a | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Wed Feb 01 13:23:56 2012 -0600 |
committer | John Rigby <john.rigby@linaro.org> | Tue Feb 07 17:03:52 2012 -0800 |
tree | b0d492aa54fcd7ad08a7f2ab5ea0fd415d63588e | |
parent | 44deec8002e0123d0bbc4c55b209451dab549caf [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>