Commit e0faf4c5 authored by Sebastian Krzyszkowiak's avatar Sebastian Krzyszkowiak Committed by Shawn Guo

arm64: dts: imx8mq-librem5: Adjust proximity sensor's near levels

Based on tests with my left ear (which appears to require lower levels
than the right one), one Birch, one Dogwood and three Evergreens.

It seems that the sensor reacts very weakly to hair, so let's make
the thresholds rather generous to compensate.
Signed-off-by: default avatarSebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Signed-off-by: default avatarMartin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 536612ec
......@@ -23,5 +23,5 @@ &bq25895 {
};
&proximity {
proximity-near-level = <120>;
proximity-near-level = <50>;
};
......@@ -45,5 +45,5 @@ &magnetometer {
};
&proximity {
proximity-near-level = <25>;
proximity-near-level = <10>;
};
......@@ -23,5 +23,5 @@ &lcd_panel {
};
&proximity {
proximity-near-level = <10>;
proximity-near-level = <5>;
};
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