ARM: ux500: use CLK_OF_DECLARE()
authorArnd Bergmann <arnd@arndb.de>
Mon, 20 Jun 2016 20:47:53 +0000 (22:47 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 12 Jul 2016 09:24:07 +0000 (11:24 +0200)
commit269f1aac1410d27959bd073a089eb85eed55c8a1
tree506d36e2a45b5720d1761c3f1a8d707ecc7ab02f
parent1e6cbc0691abc6b1a053f98d8ce1d692c8c71501
ARM: ux500: use CLK_OF_DECLARE()

The ux500 DT support predates the CLK_OF_DECLARE macro and calls
directly into the clk driver from platform code.

Converting this to CLK_OF_DECLARE makes the code much nicer and
similar to how modern platforms do it today. It also removes the
last user of cpu_is_u8500_family() etc.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
MAINTAINERS
arch/arm/mach-ux500/cpu.c
drivers/clk/ux500/u8500_of_clk.c
drivers/clk/ux500/u8540_clk.c
drivers/clk/ux500/u9540_clk.c
include/linux/platform_data/clk-ux500.h [deleted file]