projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c33e14c
)
[ARM] S3C6410: Fix gpio configuration for channel 1.
author
Ben Dooks
<ben-linux@fluff.org>
Mon, 3 Nov 2008 20:14:57 +0000
(20:14 +0000)
committer
Ben Dooks
<ben-linux@fluff.org>
Mon, 15 Dec 2008 23:53:59 +0000
(23:53 +0000)
Select the correct GPIO configuration function for channel 1
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c/include/plat/sdhci.h
patch
|
blob
|
history
diff --git
a/arch/arm/plat-s3c/include/plat/sdhci.h
b/arch/arm/plat-s3c/include/plat/sdhci.h
index
5aeebeb
..
f6276f8
100644
(file)
--- a/
arch/arm/plat-s3c/include/plat/sdhci.h
+++ b/
arch/arm/plat-s3c/include/plat/sdhci.h
@@
-88,7
+88,7
@@
static inline void s3c6410_default_sdhci0(void)
static inline void s3c6410_default_sdhci1(void)
{
s3c_hsmmc1_def_platdata.clocks = s3c6410_hsmmc_clksrcs;
- s3c_hsmmc1_def_platdata.cfg_gpio = s3c6410_setup_sdhci
0
_cfg_gpio;
+ s3c_hsmmc1_def_platdata.cfg_gpio = s3c6410_setup_sdhci
1
_cfg_gpio;
s3c_hsmmc1_def_platdata.cfg_card = s3c6410_setup_sdhci0_cfg_card;
}
#else