ARM: SAMSUNG: remove sdhci default configuration setup platform helper
[deliverable/linux.git] / arch / arm / mach-s5pv210 / setup-sdhci.c
CommitLineData
e6f66a9f
MS
1/* linux/arch/arm/mach-s5pv210/setup-sdhci.c
2 *
3 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com/
5 *
6 * S5PV210 - Helper functions for settign up SDHCI device(s) (HSMMC)
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
e6f66a9f 13#include <linux/types.h>
e6f66a9f
MS
14
15/* clock sources for the mmc bus clock, order as for the ctrl2[5..4] */
16
17char *s5pv210_hsmmc_clksrcs[4] = {
18 [0] = "hsmmc", /* HCLK */
12c67fca 19 /* [1] = "hsmmc", - duplicate HCLK entry */
e6f66a9f 20 [2] = "sclk_mmc", /* mmc_bus */
12c67fca 21 /* [3] = NULL, - reserved */
e6f66a9f 22};
This page took 0.109383 seconds and 5 git commands to generate.