From: Gabe Black Date: Fri, 27 Dec 2013 00:44:21 +0000 (-0800) Subject: clk: tegra: Fix PLLP rate table X-Git-Tag: v3.14-rc6~35^2~4^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec35fd503bf6367ba55ed94dcb68edfe0d26e6a;p=pandora-kernel.git clk: tegra: Fix PLLP rate table This table had settings for 216MHz, but PLLP is (and is supposed to be) configured at 408MHz. If that table is used and PLLP_BASE_OVRRIDE is not set, the kernel will panic in clk_pll_recalc_rate(). Signed-off-by: Gabe Black Signed-off-by: Andrew Bresticker --- Reading git-diff-tree failed