|
@@ -625,7 +625,13 @@ static struct ti_clk_ll_ops omap_clk_ll_ops = {
|
|
|
.clk_writel = prm_clk_writel,
|
|
|
};
|
|
|
|
|
|
-int __init of_prcm_init(void)
|
|
|
+/**
|
|
|
+ * omap_prcm_init - low level init for the PRCM drivers
|
|
|
+ *
|
|
|
+ * Initializes the low level clock infrastructure for PRCM drivers.
|
|
|
+ * Returns 0 in success, negative error value in failure.
|
|
|
+ */
|
|
|
+int __init omap_prcm_init(void)
|
|
|
{
|
|
|
struct device_node *np;
|
|
|
void __iomem *mem;
|