Skip to content

Commit e825dd2

Browse files
qi-cirrusstuhenderson
authored andcommitted
gpio: tacna: Add support for cs48l33
Change-Id: I37a61406e42d09e16e9f95c63b186e8b41b5644d Signed-off-by: Qi Zhou <[email protected]>
1 parent 44184e9 commit e825dd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/gpio-tacna.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ static int tacna_gpio_probe(struct platform_device *pdev)
147147
tacna_gpio->gpio_chip.ngpio = CS47L96_NUM_GPIOS;
148148
break;
149149
case CS48L32:
150+
case CS48L33:
150151
tacna_gpio->gpio_chip.ngpio = CS48L32_NUM_GPIOS;
151152
break;
152153
default:

0 commit comments

Comments
 (0)