git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd761ec
)
mmc: omap: don't set MMCSDIO2ADPCLKISEL
author
Grazvydas Ignotas
<notasas@gmail.com>
Sat, 25 Feb 2012 15:19:46 +0000
(17:19 +0200)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Sat, 25 Feb 2012 15:19:46 +0000
(17:19 +0200)
causes compatibility issues with older kernels
drivers/mmc/omap_hsmmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/omap_hsmmc.c
b/drivers/mmc/omap_hsmmc.c
index
c38b9e6
..
12ff0a2
100644
(file)
--- a/
drivers/mmc/omap_hsmmc.c
+++ b/
drivers/mmc/omap_hsmmc.c
@@
-76,10
+76,10
@@
unsigned char mmc_board_init(struct mmc *mmc)
writel(readl(&t2_base->devconf0) | MMCSDIO1ADPCLKISEL,
&t2_base->devconf0);
-
+/*
writel(readl(&t2_base->devconf1) | MMCSDIO2ADPCLKISEL,
&t2_base->devconf1);
-
+*/
writel(readl(&prcm_base->fclken1_core) |
EN_MMC1 | EN_MMC2 | EN_MMC3,
&prcm_base->fclken1_core);