ARM: uniphier: move PLL init code to U-Boot proper where possible
[platform/kernel/u-boot.git] / arch / arm / mach-uniphier / init / init-sld8.c
index 07c6d60..82d036b 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) 2013-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2013-2015 Panasonic Corporation
+ * Copyright (C) 2015-2016 Socionext Inc.
+ *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
@@ -19,7 +21,7 @@ int uniphier_sld8_init(const struct uniphier_board_data *bd)
 
        support_card_reset();
 
-       uniphier_sld8_pll_init(bd);
+       uniphier_sld8_dpll_init(bd);
 
        support_card_init();
 
@@ -53,9 +55,5 @@ int uniphier_sld8_init(const struct uniphier_board_data *bd)
 
        led_puts("L5");
 
-       uniphier_ld4_enable_dpll_ssc(bd);
-
-       led_puts("L6");
-
        return 0;
 }