Skip to content

Commit

Permalink
dts: stm32mp13: IO domain regulators
Browse files Browse the repository at this point in the history
Adds STM32MP13 IO domains regulators.

Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
  • Loading branch information
etienne-lms committed Nov 3, 2023
1 parent 6937f8e commit 152edb1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions core/arch/arm/dts/stm32mp131.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@

};

sdmmc1_io: sdmmc1_io {
compatible = "st,stm32mp13-iod";
regulator-name = "sdmmc1_io";
regulator-always-on;
};

sdmmc2_io: sdmmc2_io {
compatible = "st,stm32mp13-iod";
regulator-name = "sdmmc2_io";
regulator-always-on;
};

soc {
compatible = "simple-bus";
#address-cells = <1>;
Expand Down
8 changes: 8 additions & 0 deletions core/arch/arm/dts/stm32mp135f-dk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,14 @@
status = "okay";
};

&sdmmc1_io {
vddsd1-supply = <&vdd>;
};

&sdmmc2_io {
vddsd2-supply = <&vdd>;
};

&uart4 {
pinctrl-names = "default";
pinctrl-0 = <&uart4_pins_a>;
Expand Down

0 comments on commit 152edb1

Please sign in to comment.