ARM: tegra: stingray: Run SDIO2 clock from PLLM at 50MHz
authorNathan Connell <w14185@motorola.com>
Tue, 26 Oct 2010 13:40:16 +0000 (08:40 -0500)
committerColin Cross <ccross@android.com>
Wed, 27 Oct 2010 03:08:15 +0000 (20:08 -0700)
Run the SDIO2 clock at 50 MHz to avoid EMI in the GPS receive band

Change-Id: I101b82a99e1071db0916db8c62a321a0563ec5ad
Signed-off-by: Nathan Connell <w14185@motorola.com>
arch/arm/mach-tegra/board-stingray.c

index 58cbaca8a203dfe43274a2f3c5724c80477c9221..59cbe9c11d056cb35a04e31c0bea89ca0ecd9f23 100644 (file)
@@ -659,6 +659,7 @@ static __initdata struct tegra_clk_init_table stingray_clk_init_table[] = {
        { "i2s2",       "pll_a_out0",   24000000,       false},
        { "audio",      "pll_a_out0",   24000000,       false},
        { "audio_2x",   "audio",        48000000,       false},
+       { "sdmmc2",     "pll_m",        50000000,       false},
        { NULL,         NULL,           0,              0},
 };