ARM: dts: stm32: Disable SDMMC1 CKIN feedback clock on DHCOM
authorMarek Vasut <marex@denx.de>
Thu, 14 Jan 2021 14:52:10 +0000 (15:52 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 14 Jan 2021 17:38:27 +0000 (18:38 +0100)
The STM32MP1 DHCOM SoM can be built with either bus voltage level shifter
or without one on the SDMMC1 interface. Because the SDMMC1 interface is
limited to 50 MHz and hence SD high-speed anyway, disable the SD feedback
clock to permit operation of the same U-Boot image on both SoM with and
without voltage level shifter.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi

index 97c6e0cd582c83fa387dbc875f8aeb234f3dba1b..2a20818c91e4014098db91649a212963484539a4 100644 (file)
        disable-wp;
        st,sig-dir;
        st,neg-edge;
-       st,use-ckin;
        bus-width = <4>;
        vmmc-supply = <&vdd_sd>;
        status = "okay";