]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
pinctrl: gemini: Add missing functions
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 14 Oct 2017 15:13:03 +0000 (17:13 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 14 Oct 2017 18:37:33 +0000 (20:37 +0200)
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: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-gemini.c

index 39e6221e71000e735dfe35f71a1596865904246f..7ffd768c0e02c0a0b0439f5fda1627aca73152d7 100644 (file)
@@ -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,