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

The DTS code coding style expects exactly one space before and after '=' sign. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
27 lines
473 B
Text
27 lines
473 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
// Copyright (C) 2020 Purism SPC <kernel@puri.sm>
|
|
//
|
|
// Librem 5 Chestnut
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx8mq-librem5.dtsi"
|
|
|
|
/ {
|
|
model = "Purism Librem 5r2";
|
|
compatible = "purism,librem5r2", "purism,librem5", "fsl,imx8mq";
|
|
};
|
|
|
|
&accel_gyro {
|
|
mount-matrix = "1", "0", "0",
|
|
"0", "-1", "0",
|
|
"0", "0", "1";
|
|
};
|
|
|
|
&bq25895 {
|
|
ti,charge-current = <1600000>; /* uA */
|
|
};
|
|
|
|
&proximity {
|
|
proximity-near-level = <50>;
|
|
};
|