OSDN Git Service

ARM: dts: stm32: increase SDMMC max-frequency for STM32MP13
authorYann Gautier <yann.gautier@foss.st.com>
Wed, 12 Jan 2022 16:32:19 +0000 (17:32 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 7 Feb 2022 10:16:27 +0000 (11:16 +0100)
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>
arch/arm/boot/dts/stm32mp131.dtsi

index 9b318fc..672ac93 100644 (file)
                        clock-names = "apb_pclk";
                        cap-sd-highspeed;
                        cap-mmc-highspeed;
-                       max-frequency = <120000000>;
+                       max-frequency = <130000000>;
                        status = "disabled";
                };