Skip to content

Commit

Permalink
pinctrl: qcom: ipq6018 Add missing pins in qpic pin group
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Sivaprakash Murugesan authored and linusw committed Jun 20, 2020
1 parent 13f2d25 commit 7f5f4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/pinctrl/qcom/pinctrl-ipq6018.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ static const char * const wci20_groups[] = {

static const char * const qpic_pad_groups[] = {
"gpio0", "gpio1", "gpio2", "gpio3", "gpio4", "gpio9", "gpio10",
"gpio11", "gpio17",
"gpio11", "gpio17", "gpio15", "gpio12", "gpio13", "gpio14", "gpio5",
"gpio6", "gpio7", "gpio8",
};

static const char * const burn0_groups[] = {
Expand Down

0 comments on commit 7f5f4de

Please sign in to comment.