mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-24 05:39:33 +00:00
The Librem 5 r3 ("Dogwood") and r4 ("Evergreen") revisions are quite
similar. Add a shared imx8mq-librem5-r3.dtsi description to be included
in r3 and later dts files in order to avoid duplication.
This is no change in the descriptions but only refactoring.
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
24 lines
385 B
Plaintext
24 lines
385 B
Plaintext
// 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>;
|
|
};
|
|
|
|
&proximity {
|
|
proximity-near-level = <10>;
|
|
};
|