ARM: tegra: Remove disp1 clock initialization on Tegra210
authorThierry Reding <treding@nvidia.com>
Mon, 15 Apr 2019 09:32:16 +0000 (11:32 +0200)
committerTom Warren <twarren@nvidia.com>
Wed, 5 Jun 2019 16:16:33 +0000 (09:16 -0700)
commitbf468e5e1ae71c97f01a1ef2e97e18bd5bca40ce
tree695d3bb3312b69b4b37e615acc512e67fb85857a
parentbca7910b7dad875e3e7d8e45dd41ab8a07e36133
ARM: tegra: Remove disp1 clock initialization on Tegra210

pll_c is not a valid parent for the disp1 clock, so trying to set it
will fail. Given that display is not used in U-Boot, remove the init
table entry so that disp1 will keep its default parent (clk_m).

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/mach-tegra/tegra210/clock.c