diff options
| -rw-r--r-- | arch/arm/mach-exynos/mach-nuri.c | 4 | ||||
| -rw-r--r-- | arch/arm/mach-exynos/mach-universal_c210.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c index 435261f83f46..685372f38bf1 100644 --- a/arch/arm/mach-exynos/mach-nuri.c +++ b/arch/arm/mach-exynos/mach-nuri.c | |||
| @@ -115,7 +115,7 @@ static struct s3c_sdhci_platdata nuri_hsmmc0_data __initdata = { | |||
| 115 | }; | 115 | }; |
| 116 | 116 | ||
| 117 | static struct regulator_consumer_supply emmc_supplies[] = { | 117 | static struct regulator_consumer_supply emmc_supplies[] = { |
| 118 | REGULATOR_SUPPLY("vmmc", "s3c-sdhci.0"), | 118 | REGULATOR_SUPPLY("vmmc", "exynos4-sdhci.0"), |
| 119 | REGULATOR_SUPPLY("vmmc", "dw_mmc"), | 119 | REGULATOR_SUPPLY("vmmc", "dw_mmc"), |
| 120 | }; | 120 | }; |
| 121 | 121 | ||
| @@ -413,7 +413,7 @@ static struct regulator_consumer_supply __initdata max8997_ldo12_[] = { | |||
| 413 | REGULATOR_SUPPLY("vddio", "6-003c"), /* HDC802 */ | 413 | REGULATOR_SUPPLY("vddio", "6-003c"), /* HDC802 */ |
| 414 | }; | 414 | }; |
| 415 | static struct regulator_consumer_supply __initdata max8997_ldo13_[] = { | 415 | static struct regulator_consumer_supply __initdata max8997_ldo13_[] = { |
| 416 | REGULATOR_SUPPLY("vmmc", "s3c-sdhci.2"), /* TFLASH */ | 416 | REGULATOR_SUPPLY("vmmc", "exynos4-sdhci.2"), /* TFLASH */ |
| 417 | }; | 417 | }; |
| 418 | static struct regulator_consumer_supply __initdata max8997_ldo14_[] = { | 418 | static struct regulator_consumer_supply __initdata max8997_ldo14_[] = { |
| 419 | REGULATOR_SUPPLY("inmotor", "max8997-haptic"), | 419 | REGULATOR_SUPPLY("inmotor", "max8997-haptic"), |
diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c index 0fc65ffde8ff..f0dcca47fede 100644 --- a/arch/arm/mach-exynos/mach-universal_c210.c +++ b/arch/arm/mach-exynos/mach-universal_c210.c | |||
| @@ -741,7 +741,7 @@ static struct s3c_sdhci_platdata universal_hsmmc0_data __initdata = { | |||
| 741 | }; | 741 | }; |
| 742 | 742 | ||
| 743 | static struct regulator_consumer_supply mmc0_supplies[] = { | 743 | static struct regulator_consumer_supply mmc0_supplies[] = { |
| 744 | REGULATOR_SUPPLY("vmmc", "s3c-sdhci.0"), | 744 | REGULATOR_SUPPLY("vmmc", "exynos4-sdhci.0"), |
| 745 | }; | 745 | }; |
| 746 | 746 | ||
| 747 | static struct regulator_init_data mmc0_fixed_voltage_init_data = { | 747 | static struct regulator_init_data mmc0_fixed_voltage_init_data = { |
