OSDN Git Service

arm64: dts: imx8mm-kontron-n801x-som: do not allow to switch off buck2
authorHeiko Thiery <heiko.thiery@gmail.com>
Wed, 15 Sep 2021 12:03:26 +0000 (14:03 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 4 Oct 2021 12:36:54 +0000 (20:36 +0800)
The buck2 output of the PMIC is the VDD core voltage of the cpu.
Switching off this will poweroff the CPU. Add the 'regulator-always-on'
property to avoid this.

Fixes: 8668d8b2e67f ("arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards")
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi

index d0456da..9db9b90 100644 (file)
                                regulator-min-microvolt = <850000>;
                                regulator-max-microvolt = <950000>;
                                regulator-boot-on;
+                               regulator-always-on;
                                regulator-ramp-delay = <3125>;
                                nxp,dvs-run-voltage = <950000>;
                                nxp,dvs-standby-voltage = <850000>;