]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: marvell: samsung-coreprimevelte: Increase touchscreen voltage
authorDuje Mihanović <duje@dujemihanovic.xyz>
Thu, 9 Apr 2026 21:17:24 +0000 (23:17 +0200)
committerDuje Mihanović <duje@dujemihanovic.xyz>
Tue, 5 May 2026 14:50:45 +0000 (16:50 +0200)
The old 1.9V setting was found to be insufficient in certain
environments (in my case cold ones), causing the touchscreen to register
ghost touches and mostly ignore actual touches. Increase the voltage to
2.5V to correct the issue.

Fixes: ec958b5b18c8 ("arm64: dts: samsung,coreprimevelte: add touchscreen")
Acked-by: Karel Balej <balejk@matfyz.cz>
Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
arch/arm64/boot/dts/marvell/mmp/pxa1908-samsung-coreprimevelte.dts

index b2ce5edd9c6ac6016479a32e9cccb591b74ca7c2..bb0a993996241d7d849a35107c3bbc87c0df5384 100644 (file)
 
                regulators {
                        ldo2: ldo2 {
-                               regulator-min-microvolt = <1900000>;
+                               regulator-min-microvolt = <2500000>;
                                regulator-max-microvolt = <3100000>;
                        };