Commit 2434845b authored by Yann Gautier's avatar Yann Gautier Committed by Alexandre Torgue
Browse files

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: default avatarYann Gautier <yann.gautier@foss.st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 3314f45c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
		};