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: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Sebastian Krzyszkowiak 2023-03-09 21:46:04 +01:00 committed by Shawn Guo
parent 536612ec0d
commit e0faf4c53c
3 changed files with 3 additions and 3 deletions

View File

@ -23,5 +23,5 @@
};
&proximity {
proximity-near-level = <120>;
proximity-near-level = <50>;
};

View File

@ -45,5 +45,5 @@
};
&proximity {
proximity-near-level = <25>;
proximity-near-level = <10>;
};

View File

@ -23,5 +23,5 @@
};
&proximity {
proximity-near-level = <10>;
proximity-near-level = <5>;
};