commit | 10f9def16055e5d46d900436721d28cf36ce3c18 | [log] [tgz] |
---|---|---|
author | Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com> | Tue Apr 23 11:00:57 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 05 16:18:39 2024 -0600 |
tree | 5c356633ae28d173970694d85fc96feddf5c7c39 | |
parent | 93986cb6e2dc6f2fbd96520ae67918f3e4217e8d [diff] |
mmc: Change the frequency to MMC_HS_52 when selecting hs400 Per JESD84-B51 P47, host need to change frequency to <=52MHz after setting HS_TIMING to 0x1, and host need to set the 8-bit DDR buswidth. Currently setting the frequency to 26MHz and trying to switch 8-bit DDR buswidth resulting timeouts. mmc dev 1 0 Select HS400 failed -110 switch to partitions #0, OK mmc1(part 0) is current device Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>