Files
u-boot/drivers
Masahiro Yamada c42ee367fd mmc: do not overwrite cfg->f_max if "max-frequency" if missing
mmc_of_parse() in U-Boot is a pussy helper; it sets cfg->f_max to
52MHz even if DT does not provide "max-frequency" at all.  This can
overwrite cfg->f_max that may have been set to a reasonable default.

As the DT binding says, "max-frequency" is an optional property.
Do nothing if DT does not specify it.  This is the behavior of
mmc_of_parse() in Linux.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-01-22 14:11:58 +09:00
..
2018-01-22 14:11:58 +09:00
2018-01-16 06:59:39 +01:00
2017-11-06 09:51:01 -05:00
2017-11-20 09:58:31 +01:00
2017-06-01 07:03:10 -06:00
2018-01-10 11:11:05 +01:00
2018-01-11 15:19:12 +01:00