Skip to content

Commit e4e7240

Browse files
passgatAlexandre Torgue
authored andcommitted
ARM: dts: stm32: rename mmc_vcard to vcc-3v3 on stm32f746-disco
In the schematics of document UM1907, the power supply for the micro SD card is the same 3v3 voltage that is used to power other devices on the board. By generalizing the name of the voltage regulator, it can be referenced by other nodes in the device tree without creating misunderstandings. This patch is preparatory for future developments. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent ba287d1 commit e4e7240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm/boot/dts/st/stm32f746-disco.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
regulator-always-on;
8181
};
8282

83-
mmc_vcard: mmc_vcard {
83+
vcc_3v3: vcc-3v3 {
8484
compatible = "regulator-fixed";
85-
regulator-name = "mmc_vcard";
85+
regulator-name = "vcc_3v3";
8686
regulator-min-microvolt = <3300000>;
8787
regulator-max-microvolt = <3300000>;
8888
};
@@ -118,7 +118,7 @@
118118

119119
&sdio1 {
120120
status = "okay";
121-
vmmc-supply = <&mmc_vcard>;
121+
vmmc-supply = <&vcc_3v3>;
122122
cd-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
123123
pinctrl-names = "default", "opendrain";
124124
pinctrl-0 = <&sdio_pins_a>;

0 commit comments

Comments
 (0)