commit | 1ab1c3d61f60d04629d2496945d3e3216f1b3199 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Jan 17 00:59:00 2024 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Jan 29 08:56:25 2024 +0100 |
tree | 56784b22c3e7c90e6a4737bc2c737a5350e42c8a | |
parent | 621c91f8d18fa366494a5c9dbc9af88e46b0f5c5 [diff] |
clocksource/drivers/sp804: Implement delay timer Some ARM machines such as the Versatile and Integrator/CP does not have any delay timer at all and have to rely on the loop calibration. We can use the SP804 clocksource for delay timers so let's do it for those machines specifically. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>