summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/init/init-ld11.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-01-15 14:59:03 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-01-17 09:00:40 +0900
commit78c627cf1f808d5ae9240809a81b71903bdf4fe2 (patch)
tree9193f6e6389c787efbea9b60ef9a567a09600a2e /arch/arm/mach-uniphier/init/init-ld11.c
parenta314a245d14547df0a88e1ea568116fd7947daf4 (diff)
downloadu-boot-imx-78c627cf1f808d5ae9240809a81b71903bdf4fe2.zip
u-boot-imx-78c627cf1f808d5ae9240809a81b71903bdf4fe2.tar.gz
u-boot-imx-78c627cf1f808d5ae9240809a81b71903bdf4fe2.tar.bz2
ARM: uniphier: split out UMC clock enable
The clock enable bits for UMC are more SoC-specific than for the other hardware blocks. Separate the UMC clocks and the other clocks for better code reuse across SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/init/init-ld11.c')
-rw-r--r--arch/arm/mach-uniphier/init/init-ld11.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/init/init-ld11.c b/arch/arm/mach-uniphier/init/init-ld11.c
index fdb2838..9d43a13 100644
--- a/arch/arm/mach-uniphier/init/init-ld11.c
+++ b/arch/arm/mach-uniphier/init/init-ld11.c
@@ -29,7 +29,8 @@ int uniphier_ld11_init(const struct uniphier_board_data *bd)
led_puts("L1");
- uniphier_ld11_early_clk_init(bd);
+ uniphier_ld11_early_clk_init();
+ uniphier_ld11_dram_clk_init();
led_puts("L2");