Merge branch 'fixes-modulesplit' into fixes
[zen-stable.git] / arch / arm / mach-s5pv210 / setup-sdhci.c
blob6b8ccc4d35fd41cef548687ec344df44580943b0
1 /* linux/arch/arm/mach-s5pv210/setup-sdhci.c
3 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com/
6 * S5PV210 - Helper functions for settign up SDHCI device(s) (HSMMC)
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.
13 #include <linux/types.h>
15 /* clock sources for the mmc bus clock, order as for the ctrl2[5..4] */
17 char *s5pv210_hsmmc_clksrcs[4] = {
18 [0] = "hsmmc", /* HCLK */
19 /* [1] = "hsmmc", - duplicate HCLK entry */
20 [2] = "sclk_mmc", /* mmc_bus */
21 /* [3] = NULL, - reserved */