ARM: tegra: select correct parent clk for pll_p
authorSivaram Nair <sivaramn@nvidia.com>
Tue, 20 Nov 2012 07:29:16 +0000 (09:29 +0200)
committerStephen Warren <swarren@nvidia.com>
Mon, 26 Nov 2012 20:43:41 +0000 (13:43 -0700)
commit6eb583da959cf751eb951cc5ff488dd4e41f1b2f
tree325207f6346699f86906e59479c1a94df102a5c1
parent9489e9dcae718d5fde988e4a684a0f55b5f94d17
ARM: tegra: select correct parent clk for pll_p

For Tegra30, pll_p clk's parent is wrongly specified as clk_m instead of
pll_ref in the tegra30_clk_init_table and this is resulting in a
boot-time warning. This patch fixes this by correcting the clk init
table.

Signed-off-by: Sivaram Nair <sivaramn@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/common.c
This page took 0.02561 seconds and 5 git commands to generate.