提交 f4931623 编写于 作者: G Grzegorz Szymaszek 提交者: 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: NGrzegorz Szymaszek <gszymaszek@short.pl>
Signed-off-by: NAlexandre Torgue <alexandre.torgue@foss.st.com>
上级 02814a41
...@@ -269,7 +269,7 @@ ...@@ -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";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册