Skip to content
Commit ae278a93 authored by Stephen Warren's avatar Stephen Warren
Browse files

clocksource: add common of_clksrc_init() function



It is desirable to move all clocksource drivers to drivers/clocksource,
yet each requires its own initialization function. We'd rather not
pollute <linux/> with a header for each function. Instead, create a
single of_clksrc_init() function which will determine which clocksource
driver to initialize based on device tree.

Based on a similar patch for drivers/irqchip by Thomas Petazzoni.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 6bb27d73
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment