]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-uniphier/init/init-sld8.c
ARM: uniphier: move PLL init code to U-Boot proper where possible
[karo-tx-uboot.git] / arch / arm / mach-uniphier / init / init-sld8.c
index 07c6d60ad136335c980cb9965f1e4278cca3c0eb..82d036b73b38abbfd394007a4aaa79513c8f2eea 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;
 }