diff options
author | 2021-01-18 11:54:19 +0100 | |
---|---|---|
committer | 2021-01-29 16:20:37 +0800 | |
commit | 99e71c029213d3cfcc4f39a534c73d1828ffb341 (patch) | |
tree | 9bdd6ba757b0a67e5c6f0275b2d0d20217160ae4 | |
parent | arm64: dts: imx8mq-librem5: Mark charger IRQ as High-Z (diff) | |
download | wireguard-linux-99e71c029213d3cfcc4f39a534c73d1828ffb341.tar.xz wireguard-linux-99e71c029213d3cfcc4f39a534c73d1828ffb341.zip |
arm64: dts: imx8mq-librem5: Don't mark buck3 as always on
With the pmic driver fixed we can now shut off the regulator in the gpc.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi index 9928e941ee21..95d710831f28 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi @@ -679,7 +679,6 @@ regulator-min-microvolt = <700000>; regulator-max-microvolt = <1300000>; rohm,dvs-run-voltage = <900000>; - regulator-always-on; }; buck4_reg: BUCK4 { |