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

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>

authored by

Dario Binacchi and committed by
Alexandre Torgue
e4e72409 ba287d1a

+3 -3
+3 -3
arch/arm/boot/dts/st/stm32f746-disco.dts
··· 80 80 regulator-always-on; 81 81 }; 82 82 83 - mmc_vcard: mmc_vcard { 83 + vcc_3v3: vcc-3v3 { 84 84 compatible = "regulator-fixed"; 85 - regulator-name = "mmc_vcard"; 85 + regulator-name = "vcc_3v3"; 86 86 regulator-min-microvolt = <3300000>; 87 87 regulator-max-microvolt = <3300000>; 88 88 }; ··· 118 118 119 119 &sdio1 { 120 120 status = "okay"; 121 - vmmc-supply = <&mmc_vcard>; 121 + vmmc-supply = <&vcc_3v3>; 122 122 cd-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>; 123 123 pinctrl-names = "default", "opendrain"; 124 124 pinctrl-0 = <&sdio_pins_a>;