From: Thomas Abraham <thomas.ab@xxxxxxxxxxx> The third base clock option for SDHCI controller in S3C64XX is mout_epll. This patch removes mmc_bus clock and uses mout_epll as the third clock option for SDHCI base clock. Signed-off-by: Thomas Abraham <thomas.ab@xxxxxxxxxxx> --- arch/arm/mach-s3c6410/setup-sdhci.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-s3c6410/setup-sdhci.c b/arch/arm/mach-s3c6410/setup-sdhci.c index 20666f3..aaac505 100644 --- a/arch/arm/mach-s3c6410/setup-sdhci.c +++ b/arch/arm/mach-s3c6410/setup-sdhci.c @@ -29,7 +29,7 @@ char *s3c6410_hsmmc_clksrcs[4] = { [0] = "hsmmc", [1] = "hsmmc", - [2] = "mmc_bus", + [2] = "mout_epll", /* [3] = "48m", - note not succesfully used yet */ }; -- 1.5.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html