提交 8eaaae99 编写于 作者: T Thierry Reding

clk: tegra: dfll: Update kerneldoc

The kerneldoc for struct tegra_dfll_soc_data is stale. Update it to
match the current structure definition.
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 79709730
...@@ -24,15 +24,14 @@ ...@@ -24,15 +24,14 @@
/** /**
* struct tegra_dfll_soc_data - SoC-specific hooks/integration for the DFLL driver * struct tegra_dfll_soc_data - SoC-specific hooks/integration for the DFLL driver
* @opp_dev: struct device * that holds the OPP table for the DFLL * @dev: struct device * that holds the OPP table for the DFLL
* @min_millivolts: minimum voltage (in mV) that the DFLL can operate * @min_millivolts: minimum voltage (in mV) that the DFLL can operate
* @tune0_low: DFLL tuning register 0 (low voltage range) * @tune0_low: DFLL tuning register 0 (low voltage range)
* @tune0_high: DFLL tuning register 0 (high voltage range) * @tune0_high: DFLL tuning register 0 (high voltage range)
* @tune1: DFLL tuning register 1 * @tune1: DFLL tuning register 1
* @assert_dvco_reset: fn ptr to place the DVCO in reset * @init_clock_trimmers: callback to initialize clock trimmers
* @deassert_dvco_reset: fn ptr to release the DVCO reset * @set_clock_trimmers_high: callback to tune clock trimmers for high voltage
* @set_clock_trimmers_high: fn ptr to tune clock trimmers for high voltage * @set_clock_trimmers_low: callback to tune clock trimmers for low voltage
* @set_clock_trimmers_low: fn ptr to tune clock trimmers for low voltage
*/ */
struct tegra_dfll_soc_data { struct tegra_dfll_soc_data {
struct device *dev; struct device *dev;
...@@ -40,6 +39,7 @@ struct tegra_dfll_soc_data { ...@@ -40,6 +39,7 @@ struct tegra_dfll_soc_data {
u32 tune0_low; u32 tune0_low;
u32 tune0_high; u32 tune0_high;
u32 tune1; u32 tune1;
void (*init_clock_trimmers)(void); void (*init_clock_trimmers)(void);
void (*set_clock_trimmers_high)(void); void (*set_clock_trimmers_high)(void);
void (*set_clock_trimmers_low)(void); void (*set_clock_trimmers_low)(void);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册