commit | 8097d4c75f00f3fce8f4916521ec61ec0c607324 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Jun 11 10:20:37 2018 +0200 |
committer | Stephen Boyd <sboyd@kernel.org> | Sun Jul 08 17:06:48 2018 -0700 |
tree | 065722775d1cda36dfeb3e0d7c4acbc40e8aedd5 | |
parent | 26f8590c4a1f7bd30ef9b9d713388bd96eb43d16 [diff] |
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>