summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/clk/pll-sld3.c
blob: 37a7c1278251800082a5c07b63f4795b0c0bc0fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (C) 2016 Socionext Inc.
 *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include "../init.h"
#include "pll.h"

void uniphier_sld3_pll_init(void)
{
	uniphier_ld4_dpll_ssc_en();
}