summaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm/clk-bcm63xx.c
AgeCommit message (Collapse)Author
2015-11-20clk: bcm: Add BCM63138 clock supportFlorian Fainelli
BCM63138 has a simple clocking domain which is primarily the ARMPLL clocking complex, from which the ARM (CPU), APB and AXI clocks would be derived from. Since the ARMPLL controller is entirely compatible with the iProc ARM PLL, we just initialize it without additional parameters. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>