mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
[ARM] tegra: stingray: change UARTC clock source to PLL_P
Bluetooth requires 3Mpbs baud rate. Change UART clock source from clk_m (26000000) to pll_p (216000000). Signed-off-by: Jay Cheng <jacheng@nvidia.com>
This commit is contained in:
@@ -587,6 +587,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},
|
||||
/*{ "emc", "pll_p", 0, true},
|
||||
{ "pll_m", NULL, 600000000, true},
|
||||
{ "emc", "pll_m", 600000000, false},*/
|
||||
|
||||
Reference in New Issue
Block a user