]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(stm32mp13-fdts): update SDMMC max frequency
authorYann Gautier <yann.gautier@foss.st.com>
Mon, 2 May 2022 11:54:21 +0000 (13:54 +0200)
committerYann Gautier <yann.gautier@st.com>
Wed, 17 Aug 2022 15:18:25 +0000 (17:18 +0200)
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

fdts/stm32mp131.dtsi

index e4d9d3bdbd9efd6ecf6030ade56b82e803411d92..712ac201c0437e76d9a8e5cd955760bcf47e4d51 100644 (file)
                        resets = <&rcc SDMMC1_R>;
                        cap-sd-highspeed;
                        cap-mmc-highspeed;
-                       max-frequency = <120000000>;
+                       max-frequency = <130000000>;
                        status = "disabled";
                };
 
                        resets = <&rcc SDMMC2_R>;
                        cap-sd-highspeed;
                        cap-mmc-highspeed;
-                       max-frequency = <120000000>;
+                       max-frequency = <130000000>;
                        status = "disabled";
                };