From ec22a7af1fdb894e53fd6cfc2b940c3f4b02107e Mon Sep 17 00:00:00 2001 From: Nathan Connell Date: Tue, 26 Oct 2010 08:40:16 -0500 Subject: [PATCH] ARM: tegra: stingray: Run SDIO2 clock from PLLM at 50MHz Run the SDIO2 clock at 50 MHz to avoid EMI in the GPS receive band Change-Id: I101b82a99e1071db0916db8c62a321a0563ec5ad Signed-off-by: Nathan Connell --- arch/arm/mach-tegra/board-stingray.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index 58cbaca8a203..59cbe9c11d05 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -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}, }; -- 2.34.1