From 8753856127d4301ef4cf76ffb4cfed036d8b3bcf Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 1 Dec 2008 01:26:28 +0000 Subject: fix-regulator-errors-in-mach-gta02.patch Signed-off-by: Andy Green --- arch/arm/mach-s3c2440/mach-gta02.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm/mach-s3c2440') 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 = >a01_pm_bt_dev.dev, + .dev = >a01_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, -- cgit v1.2.3