ARM: dts: stm32: add sd-uhs properties in SD-card node for stm32mp157c-ed1

The sdmmc1 peripheral is connected on SD-card on STM32MP1-ED1 board.
Add the UHS features the controller is able to manage.
Those features require a level shifter on the board, and the support of
the voltage switch in driver, which is done in Linux v5.7.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Yann Gautier 2020-04-30 12:16:49 +02:00 коммит произвёл Alexandre Torgue
Родитель 878b0ba5c4
Коммит 2f9306969a
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -319,6 +319,10 @@
bus-width = <4>;
vmmc-supply = <&vdd_sd>;
vqmmc-supply = <&sd_switch>;
sd-uhs-sdr12;
sd-uhs-sdr25;
sd-uhs-sdr50;
sd-uhs-ddr50;
status = "okay";
};