]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: rockchip_sdhci: Fix HS400 mode write on RK3568
authorJonas Karlman <jonas@kwiboo.se>
Sun, 4 Feb 2024 20:53:07 +0000 (20:53 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 5 Feb 2024 07:00:51 +0000 (15:00 +0800)
commit5c053f3adc69eaf83645b5d44c6adbb2d49a3fa7
treeeca13d9780856d3722e14fcc91a1d4d58c5651bb
parent6de9d7b2f13c9648734b8b051831b2b489610834
mmc: rockchip_sdhci: Fix HS400 mode write on RK3568

Testing has shown that writing to eMMC using HS400 modes on RK3568
result in an ERROR.

Change the tap number for transmit clock to fix this.

Also stop DLL when config_dll() is called to disable DLL.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/mmc/rockchip_sdhci.c