commit | 4135b7f8d42180d6d9820b53b0ab5e3377b7c364 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Tue Sep 20 22:58:31 2016 +0200 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Sep 20 17:03:04 2016 -0700 |
tree | 584f17d64287176f62c43d0c65230c74cad9b238 | |
parent | 4b13b6451a9dce278881d236d33d4bb0cb28592b [diff] |
clk: at91: sckc: optimize boot time Assume that if the oscillator is enabled (OSC32EN bit is present), the delay has already elapsed as the bootloader probably waited for the oscillator to settle. This could waste up to 1.2s. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>