[ARM] tegra: stingray: change uartc clock source to pll_m.
authorJay Cheng <jacheng@nvidia.com>
Fri, 20 Aug 2010 00:04:36 +0000 (17:04 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:40 +0000 (16:33 -0700)
With PLL_M (600Mhz) as clock source, it produces the closest 3M baud rate
required by BT module.

Change-Id: I9a33f415a8a13fbb68589d5b2575f7c7beab5c44
Signed-off-by: Jay Cheng <jacheng@nvidia.com>
arch/arm/mach-tegra/board-stingray.c

index 8f836928d211dec1121e37569ca0d6ef946ce568..18959192a1185de3f2dd57b6d380618b9d13eb28 100644 (file)
@@ -593,7 +593,7 @@ static struct tegra_i2c_platform_data stingray_i2c4_platform_data = {
 static __initdata struct tegra_clk_init_table stingray_clk_init_table[] = {
        /* name         parent          rate            enabled */
        { "uartb",      "clk_m",        26000000,       true},
-       { "uartc",      "pll_p",        216000000,      false},
+       { "uartc",      "pll_m",        600000000,      false},
        /*{ "emc",      "pll_p",        0,              true},
        { "pll_m",      NULL,           600000000,      true},
        { "emc",        "pll_m",        600000000,      false},*/