clk/ARM: move Ux500 PRCC bases to the device tree

The base addresses for the Ux500 PRCC controllers are hardcoded,
let's move them to the clock node in the device tree and delete
the constants.

Cc: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Michael Turquette <mturquette@baylibre.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
此提交包含在:
Linus Walleij
2015-07-30 15:19:25 +02:00
提交者 Michael Turquette
父節點 c660b2ebb2
當前提交 5dc0fe199b
共有 6 個檔案被更改,包括 225 行新增176 行删除

查看文件

@@ -12,8 +12,7 @@
#include <linux/platform_data/clk-ux500.h>
#include "clk.h"
void u9540_clk_init(u32 clkrst1_base, u32 clkrst2_base, u32 clkrst3_base,
u32 clkrst5_base, u32 clkrst6_base)
void u9540_clk_init(void)
{
/* register clocks here */
}