Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: gemini: Add two missing GPIO groups

The 3512 has two more GPIO groups on GPIO area 0, so let's
make it possible to combine these with the function.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+2 -1
+2 -1
drivers/pinctrl/pinctrl-gemini.c
··· 2015 2015 static const char * const gpio0grps[] = { "gpio0agrp", "gpio0bgrp", "gpio0cgrp", 2016 2016 "gpio0dgrp", "gpio0egrp", "gpio0fgrp", 2017 2017 "gpio0ggrp", "gpio0hgrp", "gpio0igrp", 2018 - "gpio0jgrp", "gpio0kgrp" }; 2018 + "gpio0jgrp", "gpio0kgrp", "gpio0lgrp", 2019 + "gpio0mgrp" }; 2019 2020 static const char * const gpio1grps[] = { "gpio1agrp", "gpio1bgrp", "gpio1cgrp", 2020 2021 "gpio1dgrp" }; 2021 2022 static const char * const gpio2grps[] = { "gpio2agrp", "gpio2bgrp", "gpio2cgrp" };