aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2017-02-27 21:22:51 +0100
committerAndreas Färber <afaerber@suse.de>2017-06-18 21:20:06 +0200
commitf35b0936151ed5711fb63e8c866f0202883600e1 (patch)
tree280b86504b3f5ede53eeae0434118e8f27d4fb0f /drivers/clocksource
parentclocksource: Add Owl timer (diff)
downloadlinux-dev-f35b0936151ed5711fb63e8c866f0202883600e1.tar.xz
linux-dev-f35b0936151ed5711fb63e8c866f0202883600e1.zip
clocksource: owl: Add S900 support
The Actions Semi S900 SoC provides four 32-bit timers, TIMER0/1/2/3, but no 2Hz timers. An S900 datasheet can be found in 96Boards documentation: https://github.com/96boards/documentation/blob/master/ConsumerEdition/Bubblegum-96/HardwareDocs/SoC_bubblegum96.pdf Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r--drivers/clocksource/owl-timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/owl-timer.c b/drivers/clocksource/owl-timer.c
index 4609363a79a6..d19c53c11094 100644
--- a/drivers/clocksource/owl-timer.c
+++ b/drivers/clocksource/owl-timer.c
@@ -169,3 +169,4 @@ static int __init owl_timer_init(struct device_node *node)
return 0;
}
CLOCKSOURCE_OF_DECLARE(owl_s500, "actions,s500-timer", owl_timer_init);
+CLOCKSOURCE_OF_DECLARE(owl_s900, "actions,s900-timer", owl_timer_init);