Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: add PWR regulators support on stm32mp131

This patch adds STM32 PWR regulators DT support on stm32mp131.
This requires TFA to clear RCC_SECCFGR, is disabled by default
and can only be enabled on board DT level.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Marek Vasut and committed by
Alexandre Torgue
162e813a 13f2bdd7

+24
+24
arch/arm/boot/dts/st/stm32mp131.dtsi
··· 758 758 <&scmi_clk CK_SCMI_LSI>; 759 759 }; 760 760 761 + pwr_regulators: pwr@50001000 { 762 + compatible = "st,stm32mp1,pwr-reg"; 763 + reg = <0x50001000 0x10>; 764 + status = "disabled"; 765 + 766 + reg11: reg11 { 767 + regulator-name = "reg11"; 768 + regulator-min-microvolt = <1100000>; 769 + regulator-max-microvolt = <1100000>; 770 + }; 771 + 772 + reg18: reg18 { 773 + regulator-name = "reg18"; 774 + regulator-min-microvolt = <1800000>; 775 + regulator-max-microvolt = <1800000>; 776 + }; 777 + 778 + usb33: usb33 { 779 + regulator-name = "usb33"; 780 + regulator-min-microvolt = <3300000>; 781 + regulator-max-microvolt = <3300000>; 782 + }; 783 + }; 784 + 761 785 exti: interrupt-controller@5000d000 { 762 786 compatible = "st,stm32mp13-exti", "syscon"; 763 787 interrupt-controller;