]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Tue, 15 Sep 2020 19:51:46 +0000 (14:51 -0500)
committerPatrick Delaunay <patrick.delaunay@st.com>
Wed, 21 Oct 2020 07:57:14 +0000 (09:57 +0200)
commitf80b8ac69bbbd38636562e8d8f4123d2633aa448
treef4c1229556fd35a26a0507beed85477e5bfd2de9
parent7ec87e4192215815b658c3f8b34e4be010103149
mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"

"cap-mmc-highspeed" enables support for 26 MHz MMC, but there is no
additional flag to enable 52 MHz MMC. In Linux. "cap-mmc-highspeed"
is used for MMC HS at both 26MHz and 52MHz.

Use the same approach and enable MMC_CAP(MMC_HS_52) host capability
when "cap-mmc-highspeed" is found in the devicetree. In the event an
MMC card doesn't support 52 MHz, it will be clocked at a speed based
on its EXT CSD, even on 52 MHz host controllers

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
Tested-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
drivers/mmc/mmc-uclass.c