[PATCH 1/2] ARM: S5PC110: disable unused power regulators on Goni board
Kukjin Kim
kgene.kim at samsung.com
Wed Feb 23 20:33:43 EST 2011
Kukjin Kim wrote:
>
> Marek Szyprowski wrote:
> >
> > A lot of power regulator has been enabled by default causing the board
> > to consume a lot of power. This patch fixes this issue.
> >
> > Signed-off-by: Marek Szyprowski <m.szyprowski at samsung.com>
> > Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> > ---
> > arch/arm/mach-s5pv210/mach-goni.c | 10 +---------
> > 1 files changed, 1 insertions(+), 9 deletions(-)
(snip)
> > @@ -371,7 +369,6 @@ static struct regulator_init_data goni_ldo11_data =
{
> > .min_uV = 2800000,
> > .max_uV = 2800000,
> > .apply_uV = 1,
> > - .always_on = 1,
> > },
> > };
Oops, already merged above changes by Sylwester's "Add supplies for CIF
camera on GONI board" into my for-next.
So will apply this with removing above changes.
(snip)
> > @@ -391,7 +387,6 @@ static struct regulator_init_data goni_ldo13_data =
{
> > .min_uV = 2800000,
> > .max_uV = 2800000,
> > .apply_uV = 1,
> > - .always_on = 1,
> > },
> > };
Same as above.
> > @@ -401,7 +396,6 @@ static struct regulator_init_data goni_ldo14_data =
{
> > .min_uV = 1800000,
> > .max_uV = 1800000,
> > .apply_uV = 1,
> > - .always_on = 1,
> > },
> > };
Same as above.
(snip)
> > --
>
> Ok...will apply this.
> And how about "mach-aquila.c"?
>
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim at samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
More information about the linux-arm-kernel
mailing list