Skip to content

Commit 43db692

Browse files
krzkandersson
authored andcommitted
ARM: dts: qcom: msm8974pro-castor: correct inverted X of touchscreen
There is no syna,f11-flip-x property, so assume intention was to use touchscreen-inverted-x. Fixes: ab80661 ("ARM: dts: qcom: msm8974: Add Sony Xperia Z2 Tablet") Cc: <stable@vger.kernel.org> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230720115335.137354-4-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 3f30509 commit 43db692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132

133133
rmi-f11@11 {
134134
reg = <0x11>;
135-
syna,f11-flip-x = <1>;
136135
syna,sensor-type = <1>;
136+
touchscreen-inverted-x;
137137
};
138138
};
139139
};

0 commit comments

Comments
 (0)