]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: stm32: use correct vqmmc regu for eMMC on stm32mp1 ED1/EV1 boards
authorYann Gautier <yann.gautier@st.com>
Wed, 4 Mar 2020 08:09:56 +0000 (09:09 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 13 Mar 2020 16:03:06 +0000 (17:03 +0100)
On those boards, as stated in schematics files, the regulator used for IOs
is VDD. It was wrongly set to v3v3.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ed1.dts

index 8f452d422f1322ba4d35a13d7c11e71ba2a74e2b..9d2592db630ca98301088140101cf8a2372873f4 100644 (file)
        st,neg-edge;
        bus-width = <8>;
        vmmc-supply = <&v3v3>;
-       vqmmc-supply = <&v3v3>;
+       vqmmc-supply = <&vdd>;
        mmc-ddr-3_3v;
        status = "okay";
 };