mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 02:33:57 +00:00
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>
This commit is contained in:
parent
83c566806a
commit
9c957fcecb
@ -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" };
|
||||
|
Loading…
Reference in New Issue
Block a user