Skip to content

Commit b0fa7ff

Browse files
committed
fix: set FT5x06 touchscreen threshold to reduce phantom touch events (#58)
The edt-ft5406 touchscreen node had no threshold property, leaving the chip at its hardware default of 0 (zero noise rejection). This makes the controller susceptible to phantom touch events from EMI or power supply ripple, which users report as the device randomly opening the Settings screen without physical interaction. Set threshold to 40 to provide reasonable noise rejection while maintaining touch responsiveness.
1 parent a8141da commit b0fa7ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sysdrv/source/kernel/arch/arm/boot/dts/rv1106g-jetkvm-v2.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
reset-gpios = <&gpio2 RK_PA3 GPIO_ACTIVE_LOW>;
130130
touchscreen-size-x = <240>;
131131
touchscreen-size-y = <300>;
132+
threshold = <40>;
132133
touch_type = <1>;
133134
};
134135
};

0 commit comments

Comments
 (0)