Commit 259e2689 authored by Imre Deak's avatar Imre Deak Committed by Juha Yrjola

ARM: OMAP: Set the ADS7846 maximum pressure value for N770

Set the maximum pressure value limit to 255.
Signed-off-by: default avatarImre Deak <imre.deak@nokia.com>
Signed-off-by: default avatarJuha Yrjola <juha.yrjola@nokia.com>
parent 0bd6f714
......@@ -94,7 +94,7 @@ static struct ads7846_platform_data nokia770_ads7846_platform_data __initdata =
.x_max = 0x0fff,
.y_max = 0x0fff,
.x_plate_ohms = 180,
.pressure_max = 200,
.pressure_max = 255,
.debounce_max = 10,
.debounce_tol = 3,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment