xref: /openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ld20.c (revision 0efe1bcf5c2ce89d7c2467550e2823d7f95733e0)
1 /*
2  * Copyright (C) 2016 Masahiro Yamada <yamada.masahiro@socionext.com>
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #include <linux/io.h>
8 
9 #include "../init.h"
10 #include "../sc64-regs.h"
11 
12 void uniphier_ld20_clk_init(void)
13 {
14 }
15