blob: b93806cdc09e0e372d147264a977f1c442b23461 [file] [log] [blame]
Masahiro Yamada3365b4e2015-07-21 14:04:22 +09001/*
2 * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
Masahiro Yamada107b3fb2016-01-09 01:51:13 +09007#include "../init.h"
Masahiro Yamada323d1f92015-09-22 00:27:39 +09008
9int ph1_sld3_pll_init(const struct uniphier_board_data *bd)
Masahiro Yamada3365b4e2015-07-21 14:04:22 +090010{
11 /* add pll init code here */
Masahiro Yamada323d1f92015-09-22 00:27:39 +090012 return 0;
Masahiro Yamada3365b4e2015-07-21 14:04:22 +090013}