]> git.itanic.dy.fi Git - linux-stable/commit
pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map
authorMolly Sophia <mollysophia379@gmail.com>
Sun, 7 Aug 2022 12:26:44 +0000 (20:26 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Sep 2022 12:15:47 +0000 (14:15 +0200)
commitcbafdbb6f6cef80c550ee9da709d19b1b31b3080
tree9e73f0acf8079b6ddaa1959c22014d06b7b6872c
parentba6b9f7cc1108bad6e2c53b1d6e0156379188db7
pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map

[ Upstream commit 6124cec530c7d8faab96d340ab2df5161e5d1c8a ]

Currently in the wakeirq_map, gpio36 and gpio37 have the same wakeirq
number, resulting in gpio37 being unable to trigger interrupts.
It looks like that this is a typo in the wakeirq map. So fix it.

Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
Fixes: 97423113ec4b ("pinctrl: qcom: Add sc8180x TLMM driver")
Tested-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220807122645.13830-2-mollysophia379@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pinctrl/qcom/pinctrl-sc8180x.c