MIPS: JZ4740: Call jz4740_clock_init earlier
authorPaul Burton <paul.burton@imgtec.com>
Sun, 24 May 2015 15:11:32 +0000 (16:11 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 21 Jun 2015 19:53:11 +0000 (21:53 +0200)
commit1f4b840983ffbd7053b5c2219deaf62b4b8a3c12
tree47e7a2dbca8b3bec666ef0ad792390231239ad90
parent44e08e7099c8de226606cfc989b45d6fa27f507f
MIPS: JZ4740: Call jz4740_clock_init earlier

Call jz4740_clock_init before any uses of jz4740_clock_bdata occur. This
is in preparation for replacing uses of that struct with calls to
clk_get_rate, which will allow the clocks to be migrated towards common
clock framework & devicetree.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: linux-mips@linux-mips.org
Cc: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com>
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/10148/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mach-jz4740/clock.h
arch/mips/jz4740/clock.c
arch/mips/jz4740/time.c