clk: tegra: move periph clocks to common file
Introduce a new file for peripheral clocks common between several Tegra SoCs and move Tegra114 to this new infrastructure. Also PLLP and the PLLP_OUT clocks will be initialized here. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
这个提交包含在:
@@ -1616,7 +1616,7 @@ static void __init tegra30_periph_clk_init(void)
|
||||
|
||||
for (i = 0; i < ARRAY_SIZE(tegra_periph_clk_list); i++) {
|
||||
data = &tegra_periph_clk_list[i];
|
||||
clk = tegra_clk_register_periph(data->name, data->parent_names,
|
||||
clk = tegra_clk_register_periph(data->name, data->p.parent_names,
|
||||
data->num_parents, &data->periph,
|
||||
clk_base, data->offset, data->flags);
|
||||
clk_register_clkdev(clk, data->con_id, data->dev_id);
|
||||
@@ -1626,7 +1626,7 @@ static void __init tegra30_periph_clk_init(void)
|
||||
for (i = 0; i < ARRAY_SIZE(tegra_periph_nodiv_clk_list); i++) {
|
||||
data = &tegra_periph_nodiv_clk_list[i];
|
||||
clk = tegra_clk_register_periph_nodiv(data->name,
|
||||
data->parent_names,
|
||||
data->p.parent_names,
|
||||
data->num_parents, &data->periph,
|
||||
clk_base, data->offset);
|
||||
clk_register_clkdev(clk, data->con_id, data->dev_id);
|
||||
|
在新工单中引用
屏蔽一个用户