diff options
Diffstat (limited to 'arch/mips/ath79')
| -rw-r--r-- | arch/mips/ath79/mach-pb44.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/mips/ath79/mach-pb44.c b/arch/mips/ath79/mach-pb44.c index 6b2c6f3baefa..75fb96ca61db 100644 --- a/arch/mips/ath79/mach-pb44.c +++ b/arch/mips/ath79/mach-pb44.c @@ -34,7 +34,7 @@  #define PB44_KEYS_DEBOUNCE_INTERVAL	(3 * PB44_KEYS_POLL_INTERVAL)  static struct gpiod_lookup_table pb44_i2c_gpiod_table = { -	.dev_id = "i2c-gpio", +	.dev_id = "i2c-gpio.0",  	.table = {  		GPIO_LOOKUP_IDX("ath79-gpio", PB44_GPIO_I2C_SDA,  				NULL, 0, GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN), |