Tool/software: Linux
in code: drivers\input\touchscreen\ti_am335x_tsc.c, Pressure formula code is not correct to comments, single point touch is right with both original and modified code, but for multiple point touch, with the modified code is more precise than original code, please help to double confirm.
/*
* Calculate pressure using formula
* Resistance(touch) = x plate resistance *
* x postion/4096 * ((z2 / z1) - 1)
*/