From: Lee Jones <hidden> Date: 2012-11-27 13:13:58
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.
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <redacted>
Signed-off-by: Lee Jones <redacted>
---
drivers/input/touchscreen/bu21013_ts.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Mark Brown <hidden> Date: 2012-11-27 13:34:14
On Tue, Nov 27, 2012 at 01:13:08PM +0000, Lee Jones wrote:
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.
The regulator should be requested using whatever the name for the supply
in the datasheet - AVDD does sound very pluasible but it'd be good to
check.
From: Lee Jones <hidden> Date: 2012-11-27 14:34:14
On Tue, 27 Nov 2012, Mark Brown wrote:
On Tue, Nov 27, 2012 at 01:13:08PM +0000, Lee Jones wrote:
quoted
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.
The regulator should be requested using whatever the name for the supply
in the datasheet - AVDD does sound very pluasible but it'd be good to
check.
Right. 'avdd' is correct.
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html