]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: tegra: Do not enable PLL_RE_VCO on Tegra210
authorThierry Reding <treding@nvidia.com>
Thu, 13 Jun 2019 16:12:25 +0000 (18:12 +0200)
committerStephen Boyd <sboyd@kernel.org>
Tue, 25 Jun 2019 23:12:55 +0000 (16:12 -0700)
commite3527dca15c853daaacddc3f95461e8a02190114
treee637db7e3476ed68644df2f8eb2df73496c2efdd
parentc1139d20833f8882df608f456ce65b06cd1caa98
clk: tegra: Do not enable PLL_RE_VCO on Tegra210

It turns out that this PLL is not used on Tegra210, so there's no need
to enable it via the init table. Remove the init table entry for this
PLL to avoid it getting enabled at boot time. If the bootloader enabled
it and forgot to turn it off, the common clock framework will now know
to disable it because it is unused.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/tegra/clk-tegra210.c