mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00
ARM: dts: stm32: limit sdio frequency to 14Mhz for stm32f429i-eval
This avoids the following errors while reading on mmc: Read data bytes CRC error: 0x2 switch to partitions #0, OK mmc0 is current device Read data bytes CRC error: 0x82002 ** Unrecognized filesystem type ** Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
6243c88448
commit
dd1e3e799a
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@
|
||||||
pinctrl-0 = <&sdio_pins>;
|
pinctrl-0 = <&sdio_pins>;
|
||||||
pinctrl-1 = <&sdio_pins_od>;
|
pinctrl-1 = <&sdio_pins_od>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
|
max-frequency = <14000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&timers1 {
|
&timers1 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue