[PATCH v3 1/3] fixup! Input: rotary_encoder - convert to use gpiod API
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Fri Feb 5 04:08:19 PST 2016
---
arch/arm/mach-pxa/raumfeld.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-pxa/raumfeld.c b/arch/arm/mach-pxa/raumfeld.c
index c559114431eb..77e412cd2766 100644
--- a/arch/arm/mach-pxa/raumfeld.c
+++ b/arch/arm/mach-pxa/raumfeld.c
@@ -368,7 +368,7 @@ static struct pxaohci_platform_data raumfeld_ohci_info = {
*/
static struct gpiod_lookup_table raumfeld_rotary_gpios_table = {
- .dev_id = "rotary-encoder",
+ .dev_id = "rotary-encoder.0",
.table = {
GPIO_LOOKUP_IDX("gpio-0",
GPIO_VOLENC_A, NULL, 0, GPIO_ACTIVE_LOW),
--
2.7.0
More information about the linux-arm-kernel
mailing list