Skip to content

Commit

Permalink
[ARM] pxa/mioa701: add V3 gain configuration for Maxim 1586 voltage r…
Browse files Browse the repository at this point in the history
…egulator

Maxim 1586 V3 gain can be configured by external resistors
(R24, R25) connected to the FB3 pin. To avoid accidental
overvoltage, it now requires this gain to be configured
explicitly.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
  • Loading branch information
Philipp Zabel authored and Eric Miao committed Jun 16, 2009
1 parent 9752e14 commit e567b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-pxa/mioa701.c
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ static struct max1586_subdev_data max1586_subdevs[] = {
static struct max1586_platform_data max1586_info = {
.subdevs = max1586_subdevs,
.num_subdevs = ARRAY_SIZE(max1586_subdevs),
.v3_gain = MAX1586_GAIN_NO_R24, /* 700..1475 mV */
};

/*
Expand Down

0 comments on commit e567b74

Please sign in to comment.