Skip to content

Commit 9786cca

Browse files
hthieryShawn Guo
authored andcommitted
arm64: dts: imx8mm-kontron-n801x-som: do not allow to switch off buck2
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: 8668d8b ("arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards") Signed-off-by: Heiko Thiery <[email protected]> Reviewed-by: Frieder Schrempf <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 04aa946 commit 9786cca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
regulator-min-microvolt = <850000>;
103103
regulator-max-microvolt = <950000>;
104104
regulator-boot-on;
105+
regulator-always-on;
105106
regulator-ramp-delay = <3125>;
106107
nxp,dvs-run-voltage = <950000>;
107108
nxp,dvs-standby-voltage = <850000>;

0 commit comments

Comments
 (0)