blob: b93806cdc09e0e372d147264a977f1c442b23461 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include "../init.h"
int ph1_sld3_pll_init(const struct uniphier_board_data *bd)
{
/* add pll init code here */
return 0;
}
|