summaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm/clk-bcm63xx.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clk: bcm: Add BCM63138 clock supportFlorian Fainelli2015-11-211-0/+22
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>