]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit69e40a611df75dbec475bd417314c5f087430fc7
tree065722775d1cda36dfeb3e0d7c4acbc40e8aedd5
parentc0cb23a7bbd4388de484a77b71640b35faa29c39
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