clk: tegra: Make sor_safe the parent of dpaux and dpaux1

It turns out that sor_safe, rather than pll_p, is the parent of the
dpaux and dpaux1 clocks.

Acked-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2016-06-23 12:52:30 +02:00
Родитель 2858038696
Коммит 2e34c2ac16
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2466,11 +2466,11 @@ static __init void tegra210_periph_clk_init(void __iomem *clk_base,
1, 2); 1, 2);
clks[TEGRA210_CLK_XUSB_SS_DIV2] = clk; clks[TEGRA210_CLK_XUSB_SS_DIV2] = clk;
clk = tegra_clk_register_periph_fixed("dpaux", "pll_p", 0, clk_base, clk = tegra_clk_register_periph_fixed("dpaux", "sor_safe", 0, clk_base,
1, 17, 181); 1, 17, 181);
clks[TEGRA210_CLK_DPAUX] = clk; clks[TEGRA210_CLK_DPAUX] = clk;
clk = tegra_clk_register_periph_fixed("dpaux1", "pll_p", 0, clk_base, clk = tegra_clk_register_periph_fixed("dpaux1", "sor_safe", 0, clk_base,
1, 17, 207); 1, 17, 207);
clks[TEGRA210_CLK_DPAUX1] = clk; clks[TEGRA210_CLK_DPAUX1] = clk;