[ARM] tegra: clock: Add pll_u to common clock init table
authorBenoit Goby <benoit@android.com>
Tue, 3 Aug 2010 03:18:11 +0000 (20:18 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:27:28 +0000 (16:27 -0700)
Change-Id: I8cdef0406b6fe04551584ae0bae9534b4aec93f6
Signed-off-by: Benoit Goby <benoit@android.com>
arch/arm/mach-tegra/common.c

index f0ba3b4392553f106946a90563f541f59473a5da..d834347d21b75b05a01d708dc5a2699da2fe2b47 100644 (file)
@@ -45,6 +45,7 @@ static __initdata struct tegra_clk_init_table common_clk_init_table[] = {
        { "sclk",       "pll_p_out4",   108000000,      true },
        { "hclk",       "sclk",         108000000,      true },
        { "pclk",       "hclk",         54000000,       true },
+       { "pll_u",      "clk_m",        480000000,      false },
        { NULL,         NULL,           0,              0},
 };