2 * Copyright (C) 2013-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
4 * SPDX-License-Identifier: GPL-2.0+
11 #include "../micro-support-card.h"
13 int uniphier_ld4_init(const struct uniphier_board_data *bd)
15 uniphier_ld4_bcu_init(bd);
17 uniphier_sbc_init_savepin(bd);
18 uniphier_ld4_sbc_init(bd);
22 uniphier_ld4_pll_init(bd);
32 uniphier_ld4_early_clk_init(bd);
38 #ifdef CONFIG_SPL_SERIAL_SUPPORT
39 preloader_console_init();
47 res = uniphier_ld4_umc_init(bd);
56 uniphier_ld4_enable_dpll_ssc(bd);