blob: c75a71b2116566415484eedb08c2db735a82e4b9 [file] [log] [blame]
Ben Dooks431107e2010-01-26 10:11:04 +09001/* linux/arch/arm/mach-s3c64xx/setup-sdhci.c
Ben Dooks4faf68672009-03-25 11:01:24 +00002 *
3 * Copyright 2008 Simtec Electronics
4 * Copyright 2008 Simtec Electronics
5 * Ben Dooks <ben@simtec.co.uk>
6 * http://armlinux.simtec.co.uk/
7 *
Ben Dooks2f6c2ac2010-01-26 10:38:52 +09008 * S3C6400/S3C6410 - Helper functions for settign up SDHCI device(s) (HSMMC)
Ben Dooks4faf68672009-03-25 11:01:24 +00009 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13*/
14
Ben Dooks4faf68672009-03-25 11:01:24 +000015#include <linux/types.h>
Ben Dooks4faf68672009-03-25 11:01:24 +000016
17/* clock sources for the mmc bus clock, order as for the ctrl2[5..4] */
18
Ben Dooks2f6c2ac2010-01-26 10:38:52 +090019char *s3c64xx_hsmmc_clksrcs[4] = {
Ben Dooks4faf68672009-03-25 11:01:24 +000020 [0] = "hsmmc",
21 [1] = "hsmmc",
22 [2] = "mmc_bus",
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020023 /* [3] = "48m", - note not successfully used yet */
Ben Dooks4faf68672009-03-25 11:01:24 +000024};