* [PATCH] exynos4: universal: Use the correct regulator names
@ 2011-08-08 9:51 Kyungmin Park
2011-08-11 7:47 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Kyungmin Park @ 2011-08-08 9:51 UTC (permalink / raw)
To: linux-arm-kernel
From: Kyungmin Park <kyungmin.park@samsung.com>
Use the correct regulator names for cpufreq
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
diff --git a/arch/arm/mach-exynos4/mach-universal_c210.c b/arch/arm/mach-exynos4/mach-universal_c210.c
index 0e280d1..79f0a6f 100644
--- a/arch/arm/mach-exynos4/mach-universal_c210.c
+++ b/arch/arm/mach-exynos4/mach-universal_c210.c
@@ -79,7 +80,7 @@ static struct s3c2410_uartcfg universal_uartcfgs[] __initdata = {
};
static struct regulator_consumer_supply max8952_consumer =
- REGULATOR_SUPPLY("vddarm", NULL);
+ REGULATOR_SUPPLY("vdd_arm", NULL);
static struct max8952_platform_data universal_max8952_pdata __initdata = {
.gpio_vid0 = EXYNOS4_GPX0(3),
@@ -105,7 +106,7 @@ static struct max8952_platform_data universal_max8952_pdata __initdata = {
};
static struct regulator_consumer_supply lp3974_buck1_consumer =
- REGULATOR_SUPPLY("vddint", NULL);
+ REGULATOR_SUPPLY("vdd_int", NULL);
static struct regulator_consumer_supply lp3974_buck2_consumer =
REGULATOR_SUPPLY("vddg3d", NULL);
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH] exynos4: universal: Use the correct regulator names
2011-08-08 9:51 [PATCH] exynos4: universal: Use the correct regulator names Kyungmin Park
@ 2011-08-11 7:47 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2011-08-11 7:47 UTC (permalink / raw)
To: linux-arm-kernel
Kyungmin Park wrote:
>
> From: Kyungmin Park <kyungmin.park@samsung.com>
>
> Use the correct regulator names for cpufreq
>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> diff --git a/arch/arm/mach-exynos4/mach-universal_c210.c b/arch/arm/mach-
> exynos4/mach-universal_c210.c
> index 0e280d1..79f0a6f 100644
> --- a/arch/arm/mach-exynos4/mach-universal_c210.c
> +++ b/arch/arm/mach-exynos4/mach-universal_c210.c
> @@ -79,7 +80,7 @@ static struct s3c2410_uartcfg universal_uartcfgs[]
__initdata
> = {
> };
>
> static struct regulator_consumer_supply max8952_consumer =
> - REGULATOR_SUPPLY("vddarm", NULL);
> + REGULATOR_SUPPLY("vdd_arm", NULL);
>
> static struct max8952_platform_data universal_max8952_pdata __initdata =
{
> .gpio_vid0 = EXYNOS4_GPX0(3),
> @@ -105,7 +106,7 @@ static struct max8952_platform_data
> universal_max8952_pdata __initdata = {
> };
>
> static struct regulator_consumer_supply lp3974_buck1_consumer =
> - REGULATOR_SUPPLY("vddint", NULL);
> + REGULATOR_SUPPLY("vdd_int", NULL);
>
> static struct regulator_consumer_supply lp3974_buck2_consumer =
> REGULATOR_SUPPLY("vddg3d", NULL);
OK, applied.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-11 7:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 9:51 [PATCH] exynos4: universal: Use the correct regulator names Kyungmin Park
2011-08-11 7:47 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).