| Kukjin Kim | 3db3ae5 | 2011-02-14 16:22:36 +0900 | [diff] [blame] | 1 | /* linux/arch/arm/mach-exynos4/setup-sdhci.c | 
| Hyuk Lee | 1931511 | 2010-10-06 11:09:42 +0900 | [diff] [blame] | 2 |  * | 
| Kukjin Kim | 3db3ae5 | 2011-02-14 16:22:36 +0900 | [diff] [blame] | 3 |  * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. | 
 | 4 |  *		http://www.samsung.com | 
| Hyuk Lee | 1931511 | 2010-10-06 11:09:42 +0900 | [diff] [blame] | 5 |  * | 
| Kukjin Kim | 3db3ae5 | 2011-02-14 16:22:36 +0900 | [diff] [blame] | 6 |  * EXYNOS4 - Helper functions for settign up SDHCI device(s) (HSMMC) | 
| Hyuk Lee | 1931511 | 2010-10-06 11:09:42 +0900 | [diff] [blame] | 7 |  * | 
 | 8 |  * This program is free software; you can redistribute it and/or modify | 
 | 9 |  * it under the terms of the GNU General Public License version 2 as | 
 | 10 |  * published by the Free Software Foundation. | 
 | 11 | */ | 
 | 12 |  | 
| Hyuk Lee | 1931511 | 2010-10-06 11:09:42 +0900 | [diff] [blame] | 13 | #include <linux/types.h> | 
| Hyuk Lee | 1931511 | 2010-10-06 11:09:42 +0900 | [diff] [blame] | 14 |  | 
 | 15 | /* clock sources for the mmc bus clock, order as for the ctrl2[5..4] */ | 
 | 16 |  | 
| Kukjin Kim | 3db3ae5 | 2011-02-14 16:22:36 +0900 | [diff] [blame] | 17 | char *exynos4_hsmmc_clksrcs[4] = { | 
| Hyuk Lee | 1931511 | 2010-10-06 11:09:42 +0900 | [diff] [blame] | 18 | 	[0] = NULL, | 
 | 19 | 	[1] = NULL, | 
 | 20 | 	[2] = "sclk_mmc",	/* mmc_bus */ | 
 | 21 | 	[3] = NULL, | 
 | 22 | }; |