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

Commit 89aab2d6 authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: gemini: Add missing functions



Some two functions were missing from the Gemini pin control
driver. Noticed when trying to use ethernet. Fix it up by
adding them.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e2a021d4
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2073,6 +2073,16 @@ static const struct gemini_pmx_func gemini_pmx_functions[] = {
		.groups = satagrps,
		.num_groups = ARRAY_SIZE(satagrps),
	},
	{
		.name = "usb",
		.groups = usbgrps,
		.num_groups = ARRAY_SIZE(usbgrps),
	},
	{
		.name = "gmii",
		.groups = gmiigrps,
		.num_groups = ARRAY_SIZE(gmiigrps),
	},
	{
		.name = "pci",
		.groups = pcigrps,