Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9cadcc9 authored by Charles Keepax's avatar Charles Keepax Committed by Linus Walleij
Browse files

gpio: arizona: Add wm8997 support to probe

parent 757651e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ static int arizona_gpio_probe(struct platform_device *pdev)
	switch (arizona->type) {
	case WM5102:
	case WM5110:
	case WM8997:
		arizona_gpio->gpio_chip.ngpio = 5;
		break;
	default: