]> Git Repo - linux.git/blob - include/linux/platform_data/clk-davinci-pll.h
Merge tag 'backlight-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
[linux.git] / include / linux / platform_data / clk-davinci-pll.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * PLL clock driver for TI Davinci SoCs
4  *
5  * Copyright (C) 2018 David Lechner <[email protected]>
6  */
7
8 #ifndef __LINUX_PLATFORM_DATA_CLK_DAVINCI_PLL_H__
9 #define __LINUX_PLATFORM_DATA_CLK_DAVINCI_PLL_H__
10
11 #include <linux/regmap.h>
12
13 /**
14  * davinci_pll_platform_data
15  * @cfgchip: CFGCHIP syscon regmap
16  */
17 struct davinci_pll_platform_data {
18         struct regmap *cfgchip;
19 };
20
21 #endif /* __LINUX_PLATFORM_DATA_CLK_DAVINCI_PLL_H__ */
This page took 0.034619 seconds and 4 git commands to generate.