Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[deliverable/linux.git] / arch / arm / mach-exynos / setup-sdhci.c
CommitLineData
3db3ae5e 1/* linux/arch/arm/mach-exynos4/setup-sdhci.c
19315114 2 *
3db3ae5e
KK
3 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
19315114 5 *
3db3ae5e 6 * EXYNOS4 - Helper functions for settign up SDHCI device(s) (HSMMC)
19315114
HL
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
19315114 13#include <linux/types.h>
19315114
HL
14
15/* clock sources for the mmc bus clock, order as for the ctrl2[5..4] */
16
3db3ae5e 17char *exynos4_hsmmc_clksrcs[4] = {
19315114
HL
18 [0] = NULL,
19 [1] = NULL,
20 [2] = "sclk_mmc", /* mmc_bus */
21 [3] = NULL,
22};
This page took 0.082767 seconds and 5 git commands to generate.