blob: 6b8ccc4d35fd41cef548687ec344df44580943b0 [file] [log] [blame]
Marek Szyprowskie6f66a92010-05-20 08:13:07 +02001/* 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
Marek Szyprowskie6f66a92010-05-20 08:13:07 +020013#include <linux/types.h>
Marek Szyprowskie6f66a92010-05-20 08:13:07 +020014
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 */
Marek Szyprowski12c67fc2010-08-05 18:22:38 +090019 /* [1] = "hsmmc", - duplicate HCLK entry */
Marek Szyprowskie6f66a92010-05-20 08:13:07 +020020 [2] = "sclk_mmc", /* mmc_bus */
Marek Szyprowski12c67fc2010-08-05 18:22:38 +090021 /* [3] = NULL, - reserved */
Marek Szyprowskie6f66a92010-05-20 08:13:07 +020022};