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

Commit 9c957fce authored by Linus Walleij's avatar Linus Walleij
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 83c56680
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2015,7 +2015,8 @@ static const char * const sflashgrps[] = { "sflashgrp" };
static const char * const gpio0grps[] = { "gpio0agrp", "gpio0bgrp", "gpio0cgrp",
					  "gpio0dgrp", "gpio0egrp", "gpio0fgrp",
					  "gpio0ggrp", "gpio0hgrp", "gpio0igrp",
					  "gpio0jgrp", "gpio0kgrp" };
					  "gpio0jgrp", "gpio0kgrp", "gpio0lgrp",
					  "gpio0mgrp" };
static const char * const gpio1grps[] = { "gpio1agrp", "gpio1bgrp", "gpio1cgrp",
					  "gpio1dgrp" };
static const char * const gpio2grps[] = { "gpio2agrp", "gpio2bgrp", "gpio2cgrp" };