Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6bc5f70 authored by Ben Dooks's avatar Ben Dooks
Browse files

[ARM] S3C6410: Fix gpio configuration for channel 1.



Select the correct GPIO configuration function for channel 1

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent c33e14c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -88,7 +88,7 @@ static inline void s3c6410_default_sdhci0(void)
static inline void s3c6410_default_sdhci1(void)
static inline void s3c6410_default_sdhci1(void)
{
{
	s3c_hsmmc1_def_platdata.clocks = s3c6410_hsmmc_clksrcs;
	s3c_hsmmc1_def_platdata.clocks = s3c6410_hsmmc_clksrcs;
	s3c_hsmmc1_def_platdata.cfg_gpio = s3c6410_setup_sdhci0_cfg_gpio;
	s3c_hsmmc1_def_platdata.cfg_gpio = s3c6410_setup_sdhci1_cfg_gpio;
	s3c_hsmmc1_def_platdata.cfg_card = s3c6410_setup_sdhci0_cfg_card;
	s3c_hsmmc1_def_platdata.cfg_card = s3c6410_setup_sdhci0_cfg_card;
}
}
#else
#else