From: Nathan Connell Date: Tue, 26 Oct 2010 13:40:16 +0000 (-0500) Subject: ARM: tegra: stingray: Run SDIO2 clock from PLLM at 50MHz X-Git-Tag: firefly_0821_release~9834^2~405 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ec22a7af1fdb894e53fd6cfc2b940c3f4b02107e;p=firefly-linux-kernel-4.4.55.git 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 --- 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}, };