ARM: dts: stm32: increase SDMMC max-frequency for STM32MP13

The max-frequency limitation is due to IOs.
On STM32MP13, it is 130MHz. Update the corresponding property.

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Yann Gautier
2022-01-12 17:32:19 +01:00
committed by Alexandre Torgue
parent 3314f45c83
commit 2434845bae

View File

@@ -131,7 +131,7 @@ sdmmc1: mmc@58005000 {
clock-names = "apb_pclk";
cap-sd-highspeed;
cap-mmc-highspeed;
max-frequency = <120000000>;
max-frequency = <130000000>;
status = "disabled";
};