linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: qcom: ipq6018 Add missing pins in qpic pin group
@ 2020-06-08 10:55 Sivaprakash Murugesan
  2020-06-10 11:20 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Sivaprakash Murugesan @ 2020-06-08 10:55 UTC (permalink / raw)
  To: bjorn.andersson, agross, linus.walleij, speriaka, sricharan,
	arajkuma, linux-arm-msm, linux-gpio, linux-kernel
  Cc: Sivaprakash Murugesan

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 <sivaprak@codeaurora.org>
---
 drivers/pinctrl/qcom/pinctrl-ipq6018.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/pinctrl/qcom/pinctrl-ipq6018.c b/drivers/pinctrl/qcom/pinctrl-ipq6018.c
index 38c33a7..ec50a3b 100644
--- a/drivers/pinctrl/qcom/pinctrl-ipq6018.c
+++ b/drivers/pinctrl/qcom/pinctrl-ipq6018.c
@@ -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[] = {
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pinctrl: qcom: ipq6018 Add missing pins in qpic pin group
  2020-06-08 10:55 [PATCH] pinctrl: qcom: ipq6018 Add missing pins in qpic pin group Sivaprakash Murugesan
@ 2020-06-10 11:20 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2020-06-10 11:20 UTC (permalink / raw)
  To: Sivaprakash Murugesan
  Cc: Bjorn Andersson, Andy Gross, Selvam Sathappan Periakaruppan,
	Sricharan R, Rajkumar Ayyasamy, MSM, open list:GPIO SUBSYSTEM,
	linux-kernel

On Mon, Jun 8, 2020 at 12:55 PM Sivaprakash Murugesan
<sivaprak@codeaurora.org> wrote:

> 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 <sivaprak@codeaurora.org>

Patch applied for fixes unless someone has objections it goes in after v5.8-rc1.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-10 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-08 10:55 [PATCH] pinctrl: qcom: ipq6018 Add missing pins in qpic pin group Sivaprakash Murugesan
2020-06-10 11:20 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).