projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0100d7c
)
ARM: tegra: stingray: Run the WLAN SDIO at 48MHz off PLLM
author
Nathan Connell
<w14185@motorola.com>
Tue, 2 Nov 2010 12:47:30 +0000
(07:47 -0500)
committer
Colin Cross
<ccross@android.com>
Fri, 5 Nov 2010 01:36:32 +0000
(18:36 -0700)
Run the WLAN SDIO interface at 48MHZ to avoid
EMI with all other supported RF cards in the
device. The SDIO clock must be generated from the
spectrally clean PLLM.
Change-Id: Ie974a1acab22b0cc2fa7f0098244d2700ed8e83c
Signed-off-by: Nathan Connell <w14185@motorola.com>
arch/arm/mach-tegra/board-stingray.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/board-stingray.c
b/arch/arm/mach-tegra/board-stingray.c
index 7d2a9f5c3b5721004be41a797391bdc5c181bb8d..87d47a01efc95eec2cba30a97f9d9cd153e587e3 100644
(file)
--- a/
arch/arm/mach-tegra/board-stingray.c
+++ b/
arch/arm/mach-tegra/board-stingray.c
@@
-672,7
+672,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",
50
000000, false},
+ { "sdmmc2", "pll_m",
48
000000, false},
{ "spdif_out", "pll_a_out0", 5644800, false},
{ NULL, NULL, 0, 0},
};