blob: 37a7c1278251800082a5c07b63f4795b0c0bc0fb [file] [log] [blame]
Masahiro Yamada6a3e4272016-09-17 03:33:09 +09001/*
2 * Copyright (C) 2016 Socionext Inc.
3 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#include "../init.h"
9#include "pll.h"
10
11void uniphier_sld3_pll_init(void)
12{
13 uniphier_ld4_dpll_ssc_en();
14}