arm64: dts: imx8mq-librem5-r2: set nearlevel to 120
authorMartin Kepplinger <martin.kepplinger@puri.sm>
Fri, 19 Feb 2021 10:04:39 +0000 (11:04 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 Mar 2021 04:22:28 +0000 (12:22 +0800)
On Birch I can never reach 220 and hence the display would never
turn off. Tests suggest 120 to be a good threshold value for all Birch
devices.

Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-librem5-r2.dts

index d77fc5df3f06c4a0a34c09946a8c405045d4ddee..73bd431cbd6a8575e5c1470e41568976e44d5fad 100644 (file)
@@ -25,5 +25,5 @@
 };
 
 &proximity {
-       proximity-near-level = <220>;
+       proximity-near-level = <120>;
 };