clk: boston: Add a driver for MIPS Boston board clocks
authorPaul Burton <paul.burton@imgtec.com>
Sat, 17 Jun 2017 20:52:47 +0000 (13:52 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 11 Jul 2017 12:13:06 +0000 (14:13 +0200)
commit6b0fd6c1a22da18a00f8ce12014d55ce0a316651
tree2ad0be57c5b50bf4126943a9d842daf06b5db0f9
parent7461279bba4a62d192eda6dd10de68ac0543bfcd
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>
MAINTAINERS
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/imgtec/Kconfig [new file with mode: 0644]
drivers/clk/imgtec/Makefile [new file with mode: 0644]
drivers/clk/imgtec/clk-boston.c [new file with mode: 0644]