]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: qcom: eliza: Fix interrupt target bit
authorMukesh Ojha <mukesh.ojha@oss.qualcomm.com>
Fri, 27 Mar 2026 17:12:39 +0000 (22:42 +0530)
committerLinus Walleij <linusw@kernel.org>
Mon, 30 Mar 2026 08:29:54 +0000 (10:29 +0200)
commitfe8933c5b3e2e5294f82da546792268e5687391e
tree7f92383efd2ceb526c78310d2bf9bc757ff87acc
parenta91cbf52c115e52392729a855ddb9d85da0517df
pinctrl: qcom: eliza: Fix interrupt target bit

The intr_target_bit for Eliza was incorrectly set to 5, which is the
value used by older Qualcomm SoCs (e.g. SM8250, MSM8996, X1E80100).
Newer SoCs such as SM8650, SM8750, Milos, and Kaanapali all use
bit 8 for the interrupt target field in the TLMM interrupt configuration
register.

Eliza belongs to the newer generation and should use bit 8 to correctly
route interrupts to the KPSS (Applications Processor). Using the wrong
bit position means the interrupt target routing is silently misconfigured,
which can result in GPIO interrupts not being delivered to the expected
processor.

Fix this by aligning Eliza with the correct value used by its peer SoCs.

Fixes: 6f26989e15fb ("pinctrl: qcom: Add Eliza pinctrl driver")
Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/qcom/pinctrl-eliza.c