[PATCH] input:bu21013: Update the regulator name
Subsystems:
input (keyboard, mouse, joystick, touchscreen) drivers, the rest
STALE5705d
2 messages,
2 authors,
2011-01-21 · open the first message on its own page
From: Naveen Kumar Gaddipati <redacted>
Update the regulator name for getting the regulator of
the bu21013 touch device.
Signed-off-by: Naveen Kumar Gaddipati <redacted>
---
drivers/input/touchscreen/bu21013_ts.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/input/touchscreen/bu21013_ts.c b/drivers/input/touchscreen/bu21013_ts.c
index 1507ce1..03e60d3 100644
--- a/drivers/input/touchscreen/bu21013_ts.c
+++ b/drivers/input/touchscreen/bu21013_ts.c
@@ -460,7 +460,7 @@ static int __devinit bu21013_probe(struct i2c_client *client,
bu21013_data->chip = pdata;
bu21013_data->client = client;
- bu21013_data->regulator = regulator_get(&client->dev, "V-TOUCH");
+ bu21013_data->regulator = regulator_get(&client->dev, "avdd");
if (IS_ERR(bu21013_data->regulator)) {
dev_err(&client->dev, "regulator_get failed\n");
error = PTR_ERR(bu21013_data->regulator);--
1.7.2.dirty
On Fri, Jan 21, 2011 at 05:08:25PM +0530, Naveen Kumar G wrote:
From: Naveen Kumar Gaddipati <redacted>
Update the regulator name for getting the regulator of
the bu21013 touch device.
... because <list of reasons this change is needed>.
Thanks.
quoted hunk
Signed-off-by: Naveen Kumar Gaddipati <redacted>
---
drivers/input/touchscreen/bu21013_ts.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/input/touchscreen/bu21013_ts.c b/drivers/input/touchscreen/bu21013_ts.c
index 1507ce1..03e60d3 100644
--- a/drivers/input/touchscreen/bu21013_ts.c
+++ b/drivers/input/touchscreen/bu21013_ts.c
@@ -460,7 +460,7 @@ static int __devinit bu21013_probe(struct i2c_client *client,
bu21013_data->chip = pdata;
bu21013_data->client = client;
- bu21013_data->regulator = regulator_get(&client->dev, "V-TOUCH");
+ bu21013_data->regulator = regulator_get(&client->dev, "avdd");
if (IS_ERR(bu21013_data->regulator)) {
dev_err(&client->dev, "regulator_get failed\n");
error = PTR_ERR(bu21013_data->regulator);--
1.7.2.dirty
--
Dmitry