]> git.sur5r.net Git - u-boot/commit
mmc: ftsdc010: Support High-Speed mode
authorRick Chen <rick@andestech.com>
Mon, 25 Dec 2017 08:25:26 +0000 (16:25 +0800)
committerAndes <uboot@andestech.com>
Fri, 30 Mar 2018 05:13:34 +0000 (13:13 +0800)
commit7459c887c53e0615e9caa3a2a746db1e215c3d45
tree92cc4417aee3129b308a96a1dc286a5e2044f8fa
parentfcc7a077c4d91f12ceb9f18847d437e1c41ed53c
mmc: ftsdc010: Support High-Speed mode

ftsdc010 dm driver has been disable High-Speed mode
as default to work around Andes AE3XX platform's problem,
because of it does not support High-Speed mode in
commit id 73cd56b2df213c629191139e5c6705e069b6214f.

But other platforms or SoCs maybe support this function.
So High-Speed mode can be enabled from dts with
cap-mmc-highspeed or cap-sd-highspeed property.

Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
drivers/mmc/nds32_mmc.c