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:
d4a6a65
)
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>
Tue, 2 Nov 2010 23:10:03 +0000
(16:10 -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.
Signed-off-by: Nathan Connell <w14185@motorola.com>
Change-Id: Ic8580b11a8392aa17f5947f03bbb09605db84ec5
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 03fc9a167829954b0701fe3d9302f27a80d33a59..0ea314236ada772bd02d29de60e3b402d18bd7ee 100644
(file)
--- a/
arch/arm/mach-tegra/board-stingray.c
+++ b/
arch/arm/mach-tegra/board-stingray.c
@@
-659,7
+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",
50
000000, false},
+ { "sdmmc2", "pll_m",
48
000000, false},
{ NULL, NULL, 0, 0},
};