This is a note to let you know that I've just added the patch titled ARM: dts: qcom: msm8974pro-castor: correct inverted X of touchscreen 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-inverted-x-of-touchscreen.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 43db69268149049540b1d2bbe8a69e59d5cb43b6 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Date: Thu, 20 Jul 2023 13:53:33 +0200 Subject: ARM: dts: qcom: msm8974pro-castor: correct inverted X of touchscreen From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> commit 43db69268149049540b1d2bbe8a69e59d5cb43b6 upstream. There is no syna,f11-flip-x property, so assume intention was to use touchscreen-inverted-x. 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-4-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 @@ -132,8 +132,8 @@ rmi-f11@11 { reg = <0x11>; - syna,f11-flip-x = <1>; syna,sensor-type = <1>; + touchscreen-inverted-x; }; }; }; 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