]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: sdm845-shift-axolotl: Correct touchscreen sleep state
authorDavid Heidelberg <david@ixit.cz>
Fri, 3 Apr 2026 13:58:48 +0000 (15:58 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 27 Apr 2026 19:39:17 +0000 (14:39 -0500)
There is no suspend state in the mainline kernel, use the sleep state
intended for this purpose.

Fixes: 45882459159d ("arm64: dts: qcom: sdm845: add device tree for SHIFT6mq")
Signed-off-by: David Heidelberg <david@ixit.cz>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260403-oneplus-nfc-v3-3-fbdce57d63c1@ixit.cz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts

index d248d282ef7c8aa2ca3daacb2342399067dc04b9..de9ceb9d6ed49ea3070af7661d3229a1ace3dbd5 100644 (file)
 
                pinctrl-0 = <&ts_int_active &ts_reset_active>;
                pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
-               pinctrl-names = "default", "suspend";
+               pinctrl-names = "default", "sleep";
 
                touchscreen-size-x = <1080>;
                touchscreen-size-y = <2160>;