From: Grzegorz Szymaszek Date: Thu, 3 Jun 2021 15:40:48 +0000 (+0200) Subject: ARM: dts: stm32: fix the Odyssey SoM eMMC VQMMC supply X-Git-Tag: v5.15~746^2~34^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f493162319788802b6a49634f7268e691b4c10ec;p=platform%2Fkernel%2Flinux-starfive.git 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: Grzegorz Szymaszek Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi b/arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi index 6cf49a0..b5601d2 100644 --- a/arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi +++ b/arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi @@ -269,7 +269,7 @@ st,neg-edge; bus-width = <8>; vmmc-supply = <&v3v3>; - vqmmc-supply = <&v3v3>; + vqmmc-supply = <&vdd>; mmc-ddr-3_3v; status = "okay"; };