Skip to content

Commit f521678

Browse files
clamor-sthierryreding
authored andcommitted
clk: tegra20: Reparent dsi clock to pll_d_out0
Reparent DSI clock to PLLD_OUT0 instead of directly descend from PLLD. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 2ea99da commit f521678

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/clk/tegra/clk-tegra20.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -802,9 +802,9 @@ static void __init tegra20_periph_clk_init(void)
802802
clks[TEGRA20_CLK_MC] = clk;
803803

804804
/* dsi */
805-
clk = tegra_clk_register_periph_gate("dsi", "pll_d", 0, clk_base, 0,
806-
48, periph_clk_enb_refcnt);
807-
clk_register_clkdev(clk, NULL, "dsi");
805+
clk = tegra_clk_register_periph_gate("dsi", "pll_d_out0", 0,
806+
clk_base, 0, TEGRA20_CLK_DSI,
807+
periph_clk_enb_refcnt);
808808
clks[TEGRA20_CLK_DSI] = clk;
809809

810810
/* pex */

0 commit comments

Comments
 (0)