arm: dts: stm32mp157c-odyssey-som: set the SDMMC2 VQMMC supply
authorGrzegorz Szymaszek <gszymaszek@short.pl>
Wed, 2 Jun 2021 17:09:08 +0000 (19:09 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 18 Jun 2021 06:34:16 +0000 (08:34 +0200)
Set the SDMMC2 VQMMC supply to vdd (buck3). Note that in the
corresponding Linux kernel device tree, the supply is set to v3v3
(buck4), which is wrong.

Signed-off-by: Grzegorz Szymaszek <gszymaszek@short.pl>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/dts/stm32mp157c-odyssey-som.dtsi

index 7323325..583812f 100644 (file)
        st,neg-edge;
        bus-width = <8>;
        vmmc-supply = <&v3v3>;
+       vqmmc-supply = <&vdd>;
        status = "okay";
 };