diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-11-03 15:14:57 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:53:59 -0500 |
commit | d6bc5f70e04168a3240f3ad7948415798128b949 (patch) | |
tree | 774db093008f1da6a3d4ddff7301923b52e12370 /arch/arm/plat-s3c | |
parent | c33e14c724406d987111ee73f1c5335a1f450473 (diff) |
[ARM] S3C6410: Fix gpio configuration for channel 1.
Select the correct GPIO configuration function for channel 1
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/sdhci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c/include/plat/sdhci.h b/arch/arm/plat-s3c/include/plat/sdhci.h index 5aeebeb70dc2..f6276f835be4 100644 --- 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) | |||
88 | static inline void s3c6410_default_sdhci1(void) | 88 | static inline void s3c6410_default_sdhci1(void) |
89 | { | 89 | { |
90 | s3c_hsmmc1_def_platdata.clocks = s3c6410_hsmmc_clksrcs; | 90 | s3c_hsmmc1_def_platdata.clocks = s3c6410_hsmmc_clksrcs; |
91 | s3c_hsmmc1_def_platdata.cfg_gpio = s3c6410_setup_sdhci0_cfg_gpio; | 91 | s3c_hsmmc1_def_platdata.cfg_gpio = s3c6410_setup_sdhci1_cfg_gpio; |
92 | s3c_hsmmc1_def_platdata.cfg_card = s3c6410_setup_sdhci0_cfg_card; | 92 | s3c_hsmmc1_def_platdata.cfg_card = s3c6410_setup_sdhci0_cfg_card; |
93 | } | 93 | } |
94 | #else | 94 | #else |