mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
fix(stm32mp13-fdts): update SDMMC max frequency
On STM32MP13, the max frequency for IOs is 130MHz, update the SDMMC max-frequency property with this value. This is an alignment with Linux DT file. Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: If4b364f53f87d4b5d276a976af486a3bf083f49b
This commit is contained in:
parent
c7ac7d65a7
commit
c9a4cb552c
1 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@
|
|||
resets = <&rcc SDMMC1_R>;
|
||||
cap-sd-highspeed;
|
||||
cap-mmc-highspeed;
|
||||
max-frequency = <120000000>;
|
||||
max-frequency = <130000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
@ -346,7 +346,7 @@
|
|||
resets = <&rcc SDMMC2_R>;
|
||||
cap-sd-highspeed;
|
||||
cap-mmc-highspeed;
|
||||
max-frequency = <120000000>;
|
||||
max-frequency = <130000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue