gpio-f7188x: fix chip name and pin count on Nuvoton chip
authorHenning Schild <henning.schild@siemens.com>
Thu, 27 Apr 2023 15:20:55 +0000 (17:20 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 23 May 2023 08:47:41 +0000 (10:47 +0200)
commit3002b8642f016d7fe3ff56240dacea1075f6b877
tree7b8648a91bdb58c916b2143ddf7000ecb6db5d5b
parent7dd3d9bd873f138675cb727eaa51a498d99f0e89
gpio-f7188x: fix chip name and pin count on Nuvoton chip

In fact the device with chip id 0xD283 is called NCT6126D, and that is
the chip id the Nuvoton code was written for. Correct that name to avoid
confusion, because a NCT6116D in fact exists as well but has another
chip id, and is currently not supported.

The look at the spec also revealed that GPIO group7 in fact has 8 pins,
so correct the pin count in that group as well.

Fixes: d0918a84aff0 ("gpio-f7188x: Add GPIO support for Nuvoton NCT6116")
Reported-by: Xing Tong Wu <xingtong.wu@siemens.com>
Signed-off-by: Henning Schild <henning.schild@siemens.com>
Acked-by: Simon Guinot <simon.guinot@sequanux.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/gpio-f7188x.c