Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1120)

Unified Diff: arch/arm/mach-tegra/board-seaboard.c

Issue 6825076: CHROMIUM: tegra: seaboard: fix ULPI transceiver clock (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/kernel-next.git@chromeos-2.6.37
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/mach-tegra/board-seaboard.c
diff --git a/arch/arm/mach-tegra/board-seaboard.c b/arch/arm/mach-tegra/board-seaboard.c
index 7a3ddcc20d1c7acc2ca83f7e748912a612a96152..f459cddcecc3bf7efa6b90a791ea6c8471b81ca2 100755
--- a/arch/arm/mach-tegra/board-seaboard.c
+++ b/arch/arm/mach-tegra/board-seaboard.c
@@ -114,8 +114,8 @@ static __initdata struct tegra_clk_init_table seaboard_clk_init_table[] = {
{ "i2c3_i2c", "pll_p_out3", 72000000, true},
{ "dvc_i2c", "pll_p_out3", 72000000, true},
{ "csi", "pll_p_out3", 72000000, false},
- { "pll_p_out4", "pll_p", 108000000, true},
- { "sclk", "pll_p_out4", 108000000, true},
+ { "pll_p_out4", "pll_p", 24000000, true},
+ { "sclk", "pll_c_out1", 108000000, true},
{ "hclk", "sclk", 108000000, true},
{ "pclk", "hclk", 54000000, true},
{ "spdif_in", "pll_p", 36000000, false},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698