| 1 | // SPDX-License-Identifier: GPL-2.0-only |
|---|---|
| 2 | // Copyright (C) 2015 Broadcom Corporation |
| 3 | #include <linux/init.h> |
| 4 | #include <linux/clk-provider.h> |
| 5 | #include <linux/of.h> |
| 6 | #include "clk-iproc.h" |
| 7 | |
| 8 | static void __init bcm63138_armpll_init(struct device_node *node) |
| 9 | { |
| 10 | iproc_armpll_setup(node); |
| 11 | } |
| 12 | CLK_OF_DECLARE(bcm63138_armpll, "brcm,bcm63138-armpll", bcm63138_armpll_init); |
| 13 |
