git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9853527
)
ARM: dts: stm32: Keep the reg11 and reg18 regulators always enabled on STM32MP13xx...
author
Marek Vasut
<marek.vasut@mailbox.org>
Thu, 23 Oct 2025 21:47:25 +0000
(23:47 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/stm32mp13xx-dhcor-u-boot.dtsi
b/arch/arm/dts/stm32mp13xx-dhcor-u-boot.dtsi
index
699ba15
..
5ca0258
100644
(file)
--- 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";
};