Commit f4931623 authored by Grzegorz Szymaszek's avatar Grzegorz Szymaszek Committed by Alexandre Torgue

ARM: dts: stm32: fix the Odyssey SoM eMMC VQMMC supply

The Seeed SoM-STM32MP157C device tree had the eMMC’s (SDMMC2) VQMMC
supply set to v3v3 (buck4), the same as the VMMC supply. That was
incorrect, as on the SoM, the VQMMC supply is provided from vdd (buck3)
instead.
Signed-off-by: default avatarGrzegorz Szymaszek <gszymaszek@short.pl>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 02814a41
......@@ -269,7 +269,7 @@ &sdmmc2 {
st,neg-edge;
bus-width = <8>;
vmmc-supply = <&v3v3>;
vqmmc-supply = <&v3v3>;
vqmmc-supply = <&vdd>;
mmc-ddr-3_3v;
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment