diff options
| author | Marek Vasut <[email protected]> | 2025-10-23 23:47:25 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-17 10:44:21 -0600 |
| commit | 68430f102d11da3184dd3783b7ef72fc7b1a8f57 (patch) | |
| tree | a07fc39c9e4e9a7ed8540d9a4ed39dc016077718 /arch | |
| parent | 9853527d6c1d18d3ce592a8754c1f8f8bddfef18 (diff) | |
ARM: dts: stm32: Keep the reg11 and reg18 regulators always enabled on STM32MP13xx DHCOR
Do not disable reg11 and reg18, disabling these regulators causes
the SoC to hang.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/stm32mp13xx-dhcor-u-boot.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp13xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp13xx-dhcor-u-boot.dtsi index 699ba15d6ea..5ca0258e3ff 100644 --- a/arch/arm/dts/stm32mp13xx-dhcor-u-boot.dtsi +++ b/arch/arm/dts/stm32mp13xx-dhcor-u-boot.dtsi @@ -186,6 +186,14 @@ }; #endif +®11 { + regulator-always-on; +}; + +®18 { + regulator-always-on; +}; + &sdmmc1 { status = "disabled"; }; |
