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>
16 lines
253 B
Text
16 lines
253 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"
|
|
|
|
&a53_opp_table {
|
|
opp-1000000000 {
|
|
opp-microvolt = <1000000>;
|
|
};
|
|
};
|
|
|
|
&buck3_reg {
|
|
regulator-always-on;
|
|
};
|