]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: cv1800b: Add transmit tap delay config to fix write error
authorKongyang Liu <seashell11234455@gmail.com>
Tue, 16 Apr 2024 07:31:05 +0000 (15:31 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 1 May 2024 14:40:08 +0000 (22:40 +0800)
commit085b3b22d32fa48804c58709ac05b69c03f572eb
treecbea7c16122d7517e66627352b1a135c2a61dd94
parentfd55792e143f7ec46c5e70a8683183163d8c6878
mmc: cv1800b: Add transmit tap delay config to fix write error

Currently, only the receive delay is configured while the transmit delay
is not set, which may result in errors when writing to the file. This issue
can be resolved by setting PHY_TX_SRC_INVERT to SDHCI_PHY_TX_RX_DLY.

Signed-off-by: Kongyang Liu <seashell11234455@gmail.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/cv1800b_sdhci.c