summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/clk/dpll-sld3.c
blob: 0eb310ceb8f3511dacfcee1587a75fbd43358825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include "../init.h"

int uniphier_sld3_dpll_init(const struct uniphier_board_data *bd)
{
	/* add pll init code here */
	return 0;
}