blob: 7f0677c0d4a633045f6d94df7c87ebd7237f71df [file] [log] [blame]
Masahiro Yamada090785d2016-09-22 07:42:19 +09001/*
2 * Copyright (C) 2016 Socionext Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#include "../init.h"
8#include "../sc64-regs.h"
9#include "pll.h"
10
11int uniphier_ld11_dpll_init(const struct uniphier_board_data *bd)
12{
13 uniphier_ld20_sscpll_init(SC_DPLLCTRL, UNIPHIER_PLL_FREQ_DEFAULT, 0, 2);
14
15 return 0;
16}