diff options
author | Andrew Bresticker <abrestic@chromium.org> | 2015-02-24 19:56:04 -0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-03-31 11:59:10 +0200 |
commit | b35d7c33419cb0d000d23d3a5ab524ab8d3d8bf9 (patch) | |
tree | f016d8bffef6b5988e1606073030b2dd9b0b2754 /drivers/clk/pistachio/Makefile | |
parent | 43049b0c83f177083a56d69e64e47c82bcc04185 (diff) | |
download | lwn-b35d7c33419cb0d000d23d3a5ab524ab8d3d8bf9.tar.gz lwn-b35d7c33419cb0d000d23d3a5ab524ab8d3d8bf9.zip |
CLK: Pistachio: Register core clocks
Register the clocks generated by the core clock controller.
This includes the 7 PLLs and clocks for the CPU, RPU co-processor,
audio, WiFi, bluetooth, and several other peripherals.
The MIPS and PERIPH_SYS clocks must remain enabled at all times.
Signed-off-by: Damien Horsley <Damien.Horsley@imgtec.com>
Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Cc: Mike Turquette <mturquette@linaro.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
Cc: James Hartley <james.hartley@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Patchwork: https://patchwork.linux-mips.org/patch/9317/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/clk/pistachio/Makefile')
-rw-r--r-- | drivers/clk/pistachio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/pistachio/Makefile b/drivers/clk/pistachio/Makefile index a93490dbe3e1..f1e151fbef65 100644 --- a/drivers/clk/pistachio/Makefile +++ b/drivers/clk/pistachio/Makefile @@ -1,2 +1,3 @@ obj-y += clk.o obj-y += clk-pll.o +obj-y += clk-pistachio.o |