]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sc8180x-primus: Fix HALL_INT polarity
authorBjorn Andersson <quic_bjorande@quicinc.com>
Fri, 1 Dec 2023 00:11:10 +0000 (16:11 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jan 2024 23:35:21 +0000 (15:35 -0800)
[ Upstream commit 1aaa08e8de365cce59203541cafadb5053b1ec1a ]

The hall sensor interrupt on the Primus is active low, which means that
with the current configuration the device attempts to suspend when the
LID is open.

Fix the polarity of the HALL_INT GPIO to avoid this.

Fixes: 2ce38cc1e8fe ("arm64: dts: qcom: sc8180x: Introduce Primus")
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231130-sc8180x-primus-lid-polarity-v1-1-da917b59604b@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/sc8180x-primus.dts

index 834e6f9fb7c825214afa91a3cd2ce1475f154d0f..ae008c3b0aed93ee89cc080552b0551935694d07 100644 (file)
@@ -42,7 +42,7 @@
                pinctrl-0 = <&hall_int_active_state>;
 
                lid-switch {
-                       gpios = <&tlmm 121 GPIO_ACTIVE_HIGH>;
+                       gpios = <&tlmm 121 GPIO_ACTIVE_LOW>;
                        linux,input-type = <EV_SW>;
                        linux,code = <SW_LID>;
                        wakeup-source;