diff options
author | Paul Burton <paul.burton@imgtec.com> | 2017-06-17 23:52:47 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-07-11 15:13:06 +0300 |
commit | 6b0fd6c1a22da18a00f8ce12014d55ce0a316651 (patch) | |
tree | 2ad0be57c5b50bf4126943a9d842daf06b5db0f9 /drivers/clk/imgtec/Makefile | |
parent | 7461279bba4a62d192eda6dd10de68ac0543bfcd (diff) | |
download | linux-6b0fd6c1a22da18a00f8ce12014d55ce0a316651.tar.xz |
clk: boston: Add a driver for MIPS Boston board clocks
Add a driver for the clocks provided by the MIPS Boston board from
Imagination Technologies. 2 clocks are provided - the system clock & the
CPU clock - and each is a simple fixed rate clock whose frequency can be
determined by reading a register provided by the board.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: linux-clk@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16483/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/clk/imgtec/Makefile')
-rw-r--r-- | drivers/clk/imgtec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/imgtec/Makefile b/drivers/clk/imgtec/Makefile new file mode 100644 index 000000000000..ac779b8c22f2 --- /dev/null +++ b/drivers/clk/imgtec/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_COMMON_CLK_BOSTON) += clk-boston.o |