Masahiro Yamada | 6a3e427 | 2016-09-17 03:33:09 +0900 | [diff] [blame^] | 1 | /* |
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 | |||||
11 | void uniphier_sld3_pll_init(void) | ||||
12 | { | ||||
13 | uniphier_ld4_dpll_ssc_en(); | ||||
14 | } |