]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: stm32: Keep the reg11 and reg18 regulators always enabled on STM32MP13xx...
authorMarek Vasut <marek.vasut@mailbox.org>
Thu, 23 Oct 2025 21:47:25 +0000 (23:47 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 17 Nov 2025 16:44:21 +0000 (10:44 -0600)
Do not disable reg11 and reg18, disabling these regulators causes
the SoC to hang.

Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/dts/stm32mp13xx-dhcor-u-boot.dtsi

index 699ba15d6ea1a8e11ee1383db5a13d376d0fafdb..5ca0258e3ff6ff5c44bd6e7a68b1cbf389673049 100644 (file)
 };
 #endif
 
+&reg11 {
+       regulator-always-on;
+};
+
+&reg18 {
+       regulator-always-on;
+};
+
 &sdmmc1 {
        status = "disabled";
 };