ARM: dts: stm32: fix the Odyssey SoM eMMC VQMMC supply
[ Upstream commit f493162319 ]
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: Grzegorz Szymaszek <gszymaszek@short.pl>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e27052f21a
commit
a5bc2a2d83
@@ -269,7 +269,7 @@
|
|||||||
st,neg-edge;
|
st,neg-edge;
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
vmmc-supply = <&v3v3>;
|
vmmc-supply = <&v3v3>;
|
||||||
vqmmc-supply = <&v3v3>;
|
vqmmc-supply = <&vdd>;
|
||||||
mmc-ddr-3_3v;
|
mmc-ddr-3_3v;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user