Kyungmin Park | 86cd4f5 | 2009-11-17 08:41:23 +0100 | [diff] [blame] | 1 | /* linux/arch/arm/mach-s5pc100/setup-sdhci.c |
| 2 | * |
| 3 | * Copyright 2008 Samsung Electronics |
| 4 | * |
| 5 | * S5PC100 - Helper functions for settign up SDHCI device(s) (HSMMC) |
| 6 | * |
| 7 | * Based on mach-s3c6410/setup-sdhci.c |
| 8 | * |
| 9 | * This program is free software; you can redistribute it and/or modify |
| 10 | * it under the terms of the GNU General Public License version 2 as |
| 11 | * published by the Free Software Foundation. |
| 12 | */ |
| 13 | |
Kyungmin Park | 86cd4f5 | 2009-11-17 08:41:23 +0100 | [diff] [blame] | 14 | #include <linux/types.h> |
Kyungmin Park | 86cd4f5 | 2009-11-17 08:41:23 +0100 | [diff] [blame] | 15 | |
| 16 | /* clock sources for the mmc bus clock, order as for the ctrl2[5..4] */ |
| 17 | |
| 18 | char *s5pc100_hsmmc_clksrcs[4] = { |
Marek Szyprowski | aaeedff | 2010-08-05 18:22:27 +0900 | [diff] [blame] | 19 | [0] = "hsmmc", /* HCLK */ |
| 20 | /* [1] = "hsmmc", - duplicate HCLK entry */ |
| 21 | [2] = "sclk_mmc", /* mmc_bus */ |
| 22 | /* [3] = "48m", - note not successfully used yet */ |
Kyungmin Park | 86cd4f5 | 2009-11-17 08:41:23 +0100 | [diff] [blame] | 23 | }; |