clk: tegra: Make vde a child of pll_c3
authorThierry Reding <treding@nvidia.com>
Mon, 11 Jun 2018 08:20:37 +0000 (10:20 +0200)
committerStephen Boyd <sboyd@kernel.org>
Mon, 9 Jul 2018 00:06:48 +0000 (17:06 -0700)
commit8097d4c75f00f3fce8f4916521ec61ec0c607324
tree065722775d1cda36dfeb3e0d7c4acbc40e8aedd5
parent26f8590c4a1f7bd30ef9b9d713388bd96eb43d16
clk: tegra: Make vde a child of pll_c3

The current default is to leave the VDE clock's parent at the default,
which is clk_m. However, that is not a configuration that will allow the
VDE to function. Reparent it to pll_c3 instead to make sure the hardware
can actually decode video content.

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