summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKathiravan T <kathirav@codeaurora.org>2020-07-07 13:09:48 +0530
committerLinus Walleij <linus.walleij@linaro.org>2020-07-11 23:11:00 +0200
commit89b060a01b533a02fdb0dbb6810b5ca64cb33e5e (patch)
tree42575cdfd00571f5c7a290948e265c313f3e1bb2
parent94c70241efbb1e7e008d433d3b020808f1984330 (diff)
downloadlinux-89b060a01b533a02fdb0dbb6810b5ca64cb33e5e.tar.bz2
pinctrl: qcom: ipq8074: route gpio interrupts to APPS
set target proc as APPS to route the gpio interrupts to APPS Co-developed-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org> Signed-off-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org> Signed-off-by: Kathiravan T <kathirav@codeaurora.org> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/1594107588-17055-1-git-send-email-kathirav@codeaurora.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--drivers/pinctrl/qcom/pinctrl-ipq8074.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-ipq8074.c b/drivers/pinctrl/qcom/pinctrl-ipq8074.c
index 0edd41cdc64f..aec68b1c9f53 100644
--- a/drivers/pinctrl/qcom/pinctrl-ipq8074.c
+++ b/drivers/pinctrl/qcom/pinctrl-ipq8074.c
@@ -50,6 +50,7 @@
.intr_enable_bit = 0, \
.intr_status_bit = 0, \
.intr_target_bit = 5, \
+ .intr_target_kpss_val = 3, \
.intr_raw_status_bit = 4, \
.intr_polarity_bit = 1, \
.intr_detection_bit = 2, \