Skip to content

Commit 7f5f4de

Browse files
Sivaprakash Murugesanlinusw
authored andcommitted
pinctrl: qcom: ipq6018 Add missing pins in qpic pin group
The patch adds missing qpic data pins to qpic pingroup. These pins are necessary for the qpic nand to work. Fixes: ef1ea54 ("pinctrl: qcom: Add ipq6018 pinctrl driver") Signed-off-by: Sivaprakash Murugesan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 13f2d25 commit 7f5f4de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/pinctrl/qcom/pinctrl-ipq6018.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ static const char * const wci20_groups[] = {
367367

368368
static const char * const qpic_pad_groups[] = {
369369
"gpio0", "gpio1", "gpio2", "gpio3", "gpio4", "gpio9", "gpio10",
370-
"gpio11", "gpio17",
370+
"gpio11", "gpio17", "gpio15", "gpio12", "gpio13", "gpio14", "gpio5",
371+
"gpio6", "gpio7", "gpio8",
371372
};
372373

373374
static const char * const burn0_groups[] = {

0 commit comments

Comments
 (0)