aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-12-01 01:26:28 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-12-01 01:26:28 +0000
commit8753856127d4301ef4cf76ffb4cfed036d8b3bcf (patch)
tree2b84c7b7d6cc494f8b2643918253bc272ecf0404 /arch/arm/mach-s3c2440
parentb508faf746975d4745e0736fb6eae363f155989e (diff)
fix-regulator-errors-in-mach-gta02.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c2440')
-rw-r--r--arch/arm/mach-s3c2440/mach-gta02.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 193a75d8602..fec9cb41731 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -604,7 +604,7 @@ static struct regulator_consumer_supply ldo4_consumers[] = {
static struct regulator_consumer_supply ldo5_consumers[] = {
{
- .dev = &gta01_pm_bt_dev.dev,
+ .dev = &gta01_pm_gps_dev.dev,
.supply = "RF_3V",
},
};
@@ -681,7 +681,7 @@ struct pcf50633_platform_data gta02_pcf_pdata = {
.min_uV = 2000000,
.max_uV = 3300000,
.valid_modes_mask = REGULATOR_MODE_NORMAL,
- .valid_modes_mask = REGULATOR_CHANGE_VOLTAGE,
+ .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
},
.num_consumer_supplies = 1,
.consumer_supplies = hcldo_consumers,