commit | 664aaf0bdc13b78ca52724ecb03e67b6306a28e8 | [log] [tgz] |
---|---|---|
author | Frank Li <lgl88911@163.com> | Wed Mar 31 21:55:24 2021 +0800 |
committer | Maureen Helm <maureen.helm@nxp.com> | Tue Apr 06 08:13:24 2021 -0500 |
tree | f5a9648b1699332e2838812fa840572c6b7bef39 | |
parent | 28ac1f70bf50fbccea6424b6fc161f4237f8cc7b [diff] |
driver: usdhc: fix spec 1.0 sdcard can't work The SD Card below Physical Layer 1.10 does not support CMD6. When usdhc_sd_init is executed, it will fail to exit due to execution of CMD6, causing the SD Card to not work normally. For different SD Card Physical Layer specifications, the following modifications have been made: Version 1.10 and above support CMD6. Version 3.0 and above support CMD6 Group 3 (driver strength and current limit) . Signed-off-by: Frank Li <lgl88911@163.com>