mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
[ARM] tegra: clocks: Set all SDMMC clocks to 48MHz at boot
48MHz is the max speed reported by present-day Tegra2 SDHCI controllers and is the max speed we can run without adjusting for DVFS changes. Change-Id: I3f2c23ffdfc40aebe8211688077003f09f599f1a Signed-off-by: Todd Poynor <toddpoynor@google.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* arch/arm/mach-tegra/board-harmony.c
|
||||
* arch/arm/mach-tegra/common.c
|
||||
*
|
||||
* Copyright (C) 2010 Google, Inc.
|
||||
*
|
||||
@@ -46,6 +46,10 @@ static __initdata struct tegra_clk_init_table common_clk_init_table[] = {
|
||||
{ "hclk", "sclk", 108000000, true },
|
||||
{ "pclk", "hclk", 54000000, true },
|
||||
{ "pll_u", "clk_m", 480000000, false },
|
||||
{ "sdmmc1", "pll_p", 48000000, false},
|
||||
{ "sdmmc2", "pll_p", 48000000, false},
|
||||
{ "sdmmc3", "pll_p", 48000000, false},
|
||||
{ "sdmmc4", "pll_p", 48000000, false},
|
||||
{ NULL, NULL, 0, 0},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user