Re: [PATCH] gpio: pca953x: add pcal6416 to the of_device_id table

2019-04-11 Thread Linus Walleij
On Tue, Apr 9, 2019 at 12:25 PM Alexandre Belloni wrote: > When adding support for the pcal6416, the of_device_id table was left out, > add the proper entry. > > Fixes: aac1e3c9680b ("gpio: pca953x: add support for pcal6416 type") > Signed-off-by: Alexandre Belloni Patch applied. Yours, Linus

[PATCH] gpio: pca953x: add pcal6416 to the of_device_id table

2019-04-09 Thread Alexandre Belloni
When adding support for the pcal6416, the of_device_id table was left out, add the proper entry. Fixes: aac1e3c9680b ("gpio: pca953x: add support for pcal6416 type") Signed-off-by: Alexandre Belloni --- drivers/gpio/gpio-pca953x.c | 1 + 1 file changed, 1 insertion(+) diff --git