Input: bu21013_ts - request regulator that actually exists
authorLee Jones <lee.jones@linaro.org>
Thu, 22 Nov 2012 03:11:46 +0000 (19:11 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 28 Nov 2012 06:45:35 +0000 (22:45 -0800)
commit8c587f7709f7f6377842968562bcf51ee6f47f09
tree9446bfc32b5aa9eef12d17b0397256aacbc045a3
parent64db3648e87dceb87ff05d83b1f408f8f691c429
Input: bu21013_ts - request regulator that actually exists

Currently the BU21013 Touch Screen driver requests a regulator by the
name of 'V-TOUCH', which doesn't exist anywhere in the kernel. The
correct name, as referenced in platform regulator code is 'avdd'. Here,
when we request a regulator, we use the correct name instead.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/bu21013_ts.c