This is a note to let you know that I've just added the patch titled ARM: dts: qcom: msm8974pro-castor: correct touchscreen syna,nosleep-mode to the 6.5-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm-dts-qcom-msm8974pro-castor-correct-touchscreen-syna-nosleep-mode.patch and it can be found in the queue-6.5 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 7c74379afdfee7b13f1cd8ff1ad6e0f986aec96c Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Date: Thu, 20 Jul 2023 13:53:35 +0200 Subject: ARM: dts: qcom: msm8974pro-castor: correct touchscreen syna,nosleep-mode From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> commit 7c74379afdfee7b13f1cd8ff1ad6e0f986aec96c upstream. There is no syna,nosleep property in Synaptics RMI4 touchscreen: qcom-msm8974pro-sony-xperia-shinano-castor.dtb: synaptics@2c: rmi4-f01@1: 'syna,nosleep' does not match any of the regexes: 'pinctrl-[0-9]+' Fixes: ab80661883de ("ARM: dts: qcom: msm8974: Add Sony Xperia Z2 Tablet") Cc: <stable@xxxxxxxxxxxxxxx> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Link: https://lore.kernel.org/r/20230720115335.137354-6-krzysztof.kozlowski@xxxxxxxxxx Signed-off-by: Bjorn Andersson <andersson@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts +++ b/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts @@ -127,7 +127,7 @@ rmi4-f01@1 { reg = <0x1>; - syna,nosleep = <1>; + syna,nosleep-mode = <1>; }; rmi4-f11@11 { Patches currently in stable-queue which might be from krzysztof.kozlowski@xxxxxxxxxx are queue-6.5/dt-bindings-clock-xlnx-versal-clk-drop-select-false.patch queue-6.5/arm-dts-qcom-msm8974pro-castor-correct-touchscreen-function-names.patch queue-6.5/arm-dts-samsung-exynos4210-i9100-fix-lcd-screen-s-physical-size.patch queue-6.5/arm-dts-qcom-msm8974pro-castor-correct-inverted-x-of-touchscreen.patch queue-6.5/arm64-dts-qcom-msm8953-vince-drop-duplicated-touschreen-parent-interrupt.patch queue-6.5/arm-dts-qcom-msm8974pro-castor-correct-touchscreen-syna-nosleep-mode.patch