diff options
Diffstat (limited to 'dts/upstream/src/arm64/freescale/imx8mq-librem5-r3.dts')
-rw-r--r-- | dts/upstream/src/arm64/freescale/imx8mq-librem5-r3.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/freescale/imx8mq-librem5-r3.dts b/dts/upstream/src/arm64/freescale/imx8mq-librem5-r3.dts new file mode 100644 index 00000000000..077c5cd2586 --- /dev/null +++ b/dts/upstream/src/arm64/freescale/imx8mq-librem5-r3.dts @@ -0,0 +1,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; +}; |