1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2014 Marvell Technology Group Ltd.
5 * Alexandre Belloni <alexandre.belloni@free-electrons.com>
6 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
8 #ifndef __BERLIN2_PLL_H
9 #define __BERLIN2_PLL_H
11 struct berlin2_pll_map
{
19 int berlin2_pll_register(const struct berlin2_pll_map
*map
,
20 void __iomem
*base
, const char *name
,
21 const char *parent_name
, unsigned long flags
);
23 #endif /* __BERLIN2_PLL_H */