blob: 077c5cd2586f755fe09b989200917b0a571f1b5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// 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 = <950000>;
};
};
&buck3_reg {
regulator-always-on;
};
|