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)
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>

No differences found