]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/arm/mach-uniphier/clk/pll.h
ARM: uniphier: move PLL init code to U-Boot proper where possible
[karo-tx-uboot.git] / arch / arm / mach-uniphier / clk / pll.h
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 #ifndef MACH_PLL_H
9 #define MACH_PLL_H
10
11 void uniphier_ld4_dpll_ssc_en(void);
12
13 #endif /* MACH_PLL_H */