All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/4] S3C: sdhci: Fix incorrect clock option for SDHCI base clock.
@ 2009-10-15  5:48 Thomas Abraham
  2009-10-15 21:44 ` Ben Dooks
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Abraham @ 2009-10-15  5:48 UTC (permalink / raw)
  To: linux-samsung-soc

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@samsung.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-20 11:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-15  5:48 [PATCH v2 1/4] S3C: sdhci: Fix incorrect clock option for SDHCI base clock Thomas Abraham
2009-10-15 21:44 ` Ben Dooks
2009-10-20 11:07   ` Thomas Abraham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.