mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

There is at least one Evergreen phone out there that reports levels of 5-6 at rest: https://gitlab.gnome.org/GNOME/calls/-/issues/560 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>
27 lines
436 B
Text
27 lines
436 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
// Copyright (C) 2021 Purism SPC <kernel@puri.sm>
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx8mq-librem5-r3.dtsi"
|
|
|
|
/ {
|
|
model = "Purism Librem 5r4";
|
|
compatible = "purism,librem5r4", "purism,librem5", "fsl,imx8mq";
|
|
};
|
|
|
|
&bat {
|
|
maxim,rsns-microohm = <1667>;
|
|
};
|
|
|
|
&led_backlight {
|
|
led-max-microamp = <25000>;
|
|
};
|
|
|
|
&lcd_panel {
|
|
compatible = "ys,ys57pss36bh5gq";
|
|
};
|
|
|
|
&proximity {
|
|
proximity-near-level = <7>;
|
|
};
|